summaryrefslogtreecommitdiff
path: root/src/Doxyfile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-23 11:41:34 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-23 11:41:34 +0000
commita138c9ed4fb9770a3612ff4ee0f914942bbe9724 (patch)
treee559a6224e8ff70faa6a4a6a12b499e90607d7ad /src/Doxyfile
parentf465e447fcc048d5c8f67224c88d9c84d6aaac76 (diff)
parentf4cae184ac11200a95c8b84efa8e029c870d7e2b (diff)
Fix doxygen warnings
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1551 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 309e1612aa82a9aac11e160be6f89abbd751fd1c
Diffstat (limited to 'src/Doxyfile')
-rw-r--r--src/Doxyfile16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 49e37c72..dd9a33fb 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -782,7 +782,9 @@ RECURSIVE = YES
EXCLUDE = data/ \
example/ \
- GudhUI/
+ GudhUI/ \
+ cmake/ \
+ debian/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -1801,18 +1803,6 @@ GENERATE_XML = NO
XML_OUTPUT = xml
-# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
-# validating XML parser to check the syntax of the XML files.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
-XML_SCHEMA =
-
-# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
-# validating XML parser to check the syntax of the XML files.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
-XML_DTD =
-
# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# the XML output. Note that enabling this will significantly increase the size