-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tommi Virtanen <[email protected]>
- Loading branch information
Tommi Virtanen
committed
Aug 30, 2011
1 parent
f1d8964
commit afede55
Showing
7 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
PROJECT_NAME = Ceph | ||
OUTPUT_DIRECTORY = build-doc/doxygen | ||
STRIP_FROM_PATH = src/ | ||
STRIP_FROM_INC_PATH = src/include | ||
BUILTIN_STL_SUPPORT = YES | ||
SYMBOL_CACHE_SIZE = 2 | ||
WARN_IF_UNDOCUMENTED = NO | ||
INPUT = src | ||
RECURSIVE = YES | ||
EXCLUDE = src/gtest \ | ||
src/test/virtualenv \ | ||
src/out | ||
VERBATIM_HEADERS = NO | ||
GENERATE_HTML = NO | ||
GENERATE_LATEX = NO | ||
GENERATE_XML = YES | ||
XML_PROGRAMLISTING = NO | ||
HAVE_DOT = YES | ||
DOT_TRANSPARENT = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
=================== | ||
API documentation | ||
=================== | ||
|
||
.. toctree:: | ||
:glob: | ||
|
||
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
============== | ||
Librados (C) | ||
============== | ||
|
||
.. doxygenfunction:: rados_pool_list | ||
|
||
.. doxygenfunction:: rados_create_with_context | ||
|
||
.. todo:: write me! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
================== | ||
LibradosPP (C++) | ||
================== | ||
|
||
.. doxygenclass:: librados::RadosClient | ||
:members: | ||
|
||
.. todo:: write me! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ Table of Contents | |
tutorial | ||
architecture | ||
ops/index | ||
api/index | ||
man/index | ||
papers | ||
glossary | ||
|