diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-05-23 22:24:49 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-05-23 22:24:49 +0000 |
commit | 497e10fc23638fdcc1e737c705daf7fe59bc3301 (patch) | |
tree | ec21f9ff49238ab3fdeff7b9b46454c6f13ee729 /php/Doxyfile | |
parent | dbc2a947b151bf0f939473c16d65f74a6012958b (diff) | |
download | libgats-497e10fc23638fdcc1e737c705daf7fe59bc3301.tar.gz libgats-497e10fc23638fdcc1e737c705daf7fe59bc3301.tar.bz2 libgats-497e10fc23638fdcc1e737c705daf7fe59bc3301.tar.xz libgats-497e10fc23638fdcc1e737c705daf7fe59bc3301.zip |
Minor tweaks to make sure that autodoc is enabled in doxygen and that doxygen
isn't confused by the multi-include protection.
Diffstat (limited to 'php/Doxyfile')
-rw-r--r-- | php/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Doxyfile b/php/Doxyfile index dcd0c01..fcbd283 100644 --- a/php/Doxyfile +++ b/php/Doxyfile | |||
@@ -137,7 +137,7 @@ SHORT_NAMES = NO | |||
137 | # comments will behave just like regular Qt-style comments | 137 | # comments will behave just like regular Qt-style comments |
138 | # (thus requiring an explicit @brief command for a brief description.) | 138 | # (thus requiring an explicit @brief command for a brief description.) |
139 | 139 | ||
140 | JAVADOC_AUTOBRIEF = NO | 140 | JAVADOC_AUTOBRIEF = YES |
141 | 141 | ||
142 | # If the QT_AUTOBRIEF tag is set to YES then Doxygen will | 142 | # If the QT_AUTOBRIEF tag is set to YES then Doxygen will |
143 | # interpret the first line (until the first dot) of a Qt-style | 143 | # interpret the first line (until the first dot) of a Qt-style |