aboutsummaryrefslogtreecommitdiff
path: root/php/Doxyfile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-05-23 22:24:49 +0000
committerMike Buland <eichlan@xagasoft.com>2011-05-23 22:24:49 +0000
commit497e10fc23638fdcc1e737c705daf7fe59bc3301 (patch)
treeec21f9ff49238ab3fdeff7b9b46454c6f13ee729 /php/Doxyfile
parentdbc2a947b151bf0f939473c16d65f74a6012958b (diff)
downloadlibgats-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/Doxyfile2
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
140JAVADOC_AUTOBRIEF = NO 140JAVADOC_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