From 497e10fc23638fdcc1e737c705daf7fe59bc3301 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 23 May 2011 22:24:49 +0000 Subject: Minor tweaks to make sure that autodoc is enabled in doxygen and that doxygen isn't confused by the multi-include protection. --- php/Doxyfile | 2 +- php/phpgats.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'php') 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 # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # If the QT_AUTOBRIEF tag is set to YES then Doxygen will # interpret the first line (until the first dot) of a Qt-style diff --git a/php/phpgats.php b/php/phpgats.php index 7bbd761..8a16e09 100644 --- a/php/phpgats.php +++ b/php/phpgats.php @@ -1,8 +1,10 @@