[llvm-commits] [llvm] r40853 - /llvm/trunk/docs/doxygen.cfg.in
Reid Spencer
rspencer at reidspencer.com
Sun Aug 5 12:51:03 PDT 2007
Author: reid
Date: Sun Aug 5 14:51:03 2007
New Revision: 40853
URL: http://llvm.org/viewvc/llvm-project?rev=40853&view=rev
Log:
Comment out configuration tags not supported by doxygen 1.3.9
Modified:
llvm/trunk/docs/doxygen.cfg.in
Modified: llvm/trunk/docs/doxygen.cfg.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/doxygen.cfg.in?rev=40853&r1=40852&r2=40853&view=diff
==============================================================================
--- llvm/trunk/docs/doxygen.cfg.in (original)
+++ llvm/trunk/docs/doxygen.cfg.in Sun Aug 5 14:51:03 2007
@@ -172,7 +172,7 @@
# a new page for each member. If set to NO, the documentation of a member will
# be part of the file/class/namespace that contains it.
-SEPARATE_MEMBER_PAGES = NO
+#SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
# Doxygen uses this value to replace tabs by spaces in code fragments.
@@ -388,7 +388,7 @@
# provided by doxygen. Whatever the progam writes to standard output
# is used as the file version. See the manual for examples.
-FILE_VERSION_FILTER =
+#FILE_VERSION_FILTER =
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
@@ -424,7 +424,7 @@
# wrong or incomplete parameter documentation, but not about the absence of
# documentation.
-WARN_NO_PARAMDOC = NO
+#WARN_NO_PARAMDOC = NO
# The WARN_FORMAT tag determines the format of the warning messages that
# doxygen can produce. The string should contain the $file, $line, and $text
@@ -580,7 +580,7 @@
# tagging system (see http://www.gnu.org/software/global/global.html). You
# will need version 4.8.6 or higher.
-USE_HTAGS = NO
+#USE_HTAGS = NO
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
# will generate a verbatim copy of the header file for each class for
@@ -1101,7 +1101,7 @@
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for groups, showing the direct groups dependencies
-GROUP_GRAPHS = YES
+#GROUP_GRAPHS = YES
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
# collaboration diagrams in a style similar to the OMG's Unified Modeling
@@ -1146,7 +1146,7 @@
# in a graphical way. The dependency relations are determined by the #include
# relations between the files in the directories.
-DIRECTORY_GRAPH = YES
+#DIRECTORY_GRAPH = YES
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. Possible values are png, jpg, or gif
@@ -1199,14 +1199,14 @@
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
# read).
-DOT_TRANSPARENT = NO
+#DOT_TRANSPARENT = NO
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (>1.8.10)
# support this, this feature is disabled by default.
-DOT_MULTI_TARGETS = NO
+#DOT_MULTI_TARGETS = NO
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
# generate a legend page explaining the meaning of the various boxes and
More information about the llvm-commits
mailing list