diff options
-rw-r--r-- | php/Doxyfile | 2 | ||||
-rw-r--r-- | php/phpgats.php | 4 |
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 | ||
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 |
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 */ | ||
3 | if( !defined("phpgats_defined") ) | 4 | if( !defined("phpgats_defined") ) |
4 | { | 5 | { |
5 | define("phpgats_defined",1); | 6 | define("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(); |