aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--php/Doxyfile2
-rw-r--r--php/phpgats.php4
2 files changed, 5 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
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 @@
1<?php 1<?php
2 2
3/** @cond */
3if( !defined("phpgats_defined") ) 4if( !defined("phpgats_defined") )
4{ 5{
5define("phpgats_defined",1); 6define("phpgats_defined",1);
7/** @endcond */
6 8
7/** @mainpage phpgats.php PHP Gats Library 9/** @mainpage phpgats.php PHP Gats Library
8 * @section Notes 10 * @section Notes
@@ -765,7 +767,9 @@ function phpgats_writeGats( $elem )
765 return $str_out; 767 return $str_out;
766} 768}
767 769
770/** @cond */
768} //defined("phpgats_defined"); 771} //defined("phpgats_defined");
772/** @endcond */
769 773
770/* 774/*
771$l = new phpgats_List(); 775$l = new phpgats_List();