summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-06-30 13:42:37 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-06-30 13:42:37 +0000
commit91b5f24da8f31390a891b1457dc2fd08d11632b5 (patch)
tree9ca6d8134c9c1babe087263c1a1114ba2223d653 /Doxyfile
parentbd0a531253028d13e5a5de3372eadfa61f44b512 (diff)
downloadmetacity-91b5f24da8f31390a891b1457dc2fd08d11632b5.tar.gz
Move comments for non-statics from the .c to .h. adapt better for C, and
2008-06-30 Thomas Thurman <tthurman@gnome.org> * src/core/bell.[ch]: Move comments for non-statics from the .c to .h. * Doxyfile: adapt better for C, and make quiet. svn path=/trunk/; revision=3777
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index d2509b31..a8a75411 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -195,7 +195,7 @@ ALIASES =
# For instance, some of the names that are used will be different. The list
# of all members will be omitted, etc.
-OPTIMIZE_OUTPUT_FOR_C = NO
+OPTIMIZE_OUTPUT_FOR_C = YES
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
# sources only. Doxygen will then generate output that is more tailored for Java.
@@ -427,7 +427,7 @@ FILE_VERSION_FILTER =
# The QUIET tag can be used to turn on/off the messages that are generated
# by doxygen. Possible values are YES and NO. If left blank NO is used.
-QUIET = NO
+QUIET = YES
# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated by doxygen. Possible values are YES and NO. If left blank