telepathy-qt: Doxygen: Removed obsolete config options.
Alexandr Akulich
kaffeine at kemper.freedesktop.org
Sat Aug 29 05:49:54 PDT 2015
Module: telepathy-qt
Branch: master
Commit: b7eff138938b030fa85b60561e72edd53af4d034
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=b7eff138938b030fa85b60561e72edd53af4d034
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date: Sat Aug 29 16:42:59 2015 +0500
Doxygen: Removed obsolete config options.
Absolute since 1.8.1:
- SHOW_DIRECTORIES
- HTML_ALIGN_MEMBERS
Absolute since 1.8.7:
- XML_SCHEMA
- XML_DTD
---
doxygen.cfg.in | 34 ++++++----------------------------
1 file changed, 6 insertions(+), 28 deletions(-)
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 5e34437..40a048c 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -447,12 +447,6 @@ MAX_INITIALIZER_LINES = 0
SHOW_USED_FILES = NO
-# If the sources in your project are distributed over multiple directories
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
-# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES = NO
-
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
# Folder Tree View (if specified). The default is YES.
@@ -772,12 +766,6 @@ HTML_FOOTER = @abs_top_srcdir@/doxygen-footer.html
HTML_STYLESHEET = @abs_top_srcdir@/doxygen.css
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
-# files or namespaces will be aligned in HTML using tables. If set to
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS = NO
-
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
# will be generated that can be used as input for tools like the
# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
@@ -1059,18 +1047,6 @@ GENERATE_XML = ${GENERATE_XML}
XML_OUTPUT = xml
-# The XML_SCHEMA tag can be used to specify an XML schema,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_SCHEMA =
-
-# The XML_DTD tag can be used to specify an XML DTD,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-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
@@ -1355,10 +1331,12 @@ CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
-# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
-# then doxygen will show the dependencies a directory has on other directories
-# in a graphical way. The dependency relations are determined by the #include
-# relations between the files in the directories.
+# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
+# dependencies a directory has on other directories in a graphical way. The
+# dependency relations are determined by the #include relations between the
+# files in the directories.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
DIRECTORY_GRAPH = YES
More information about the telepathy-commits
mailing list