diff options
Diffstat (limited to 'php/phpgats.php')
-rw-r--r-- | php/phpgats.php | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |