summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2011-08-29 15:43:41 -0700
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2011-08-29 17:27:14 -0700
commitafede55c83f8213ef7678144f7d4ed947b154244 (patch)
treef6471db08a4f99bad12430919de64518c3fec511 /Doxyfile
parentf1d89644998e227319fcafb44f0f3a17df502f5a (diff)
downloadceph-afede55c83f8213ef7678144f7d4ed947b154244.tar.gz
Integrate Doxygen into Sphinx docs.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
new file mode 100644
index 00000000000..0545c06d0e6
--- /dev/null
+++ b/Doxyfile
@@ -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