diff options
author | Thomas Thurman <tthurman@gnome.org> | 2008-06-30 13:42:37 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-06-30 13:42:37 +0000 |
commit | 91b5f24da8f31390a891b1457dc2fd08d11632b5 (patch) | |
tree | 9ca6d8134c9c1babe087263c1a1114ba2223d653 /Doxyfile | |
parent | bd0a531253028d13e5a5de3372eadfa61f44b512 (diff) | |
download | mutter-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-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |