diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-10-30 19:48:40 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-10-30 19:48:40 +0000 |
| commit | d403bf618230ea5ba905ee99decc547c074afe34 (patch) | |
| tree | cb6cd7d94a13cdf1ec4abf102879c8529341b684 /list_topics.php | |
| parent | de1f69ea337bb4cc56be47d00f6f44ed891cb11c (diff) | |
| download | articles-d403bf618230ea5ba905ee99decc547c074afe34.tar.gz articles-d403bf618230ea5ba905ee99decc547c074afe34.tar.bz2 articles-d403bf618230ea5ba905ee99decc547c074afe34.zip | |
Add PHPDoc headings to package
Diffstat (limited to 'list_topics.php')
| -rw-r--r-- | list_topics.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/list_topics.php b/list_topics.php index 467fb58..9e9b8b6 100644 --- a/list_topics.php +++ b/list_topics.php @@ -1,5 +1,13 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/list_topics.php,v 1.2 2005/09/03 07:55:58 squareing Exp $ +/** + * @version $Header: /cvsroot/bitweaver/_bit_articles/list_topics.php,v 1.3 2005/10/30 19:48:40 lsces Exp $ + * @package article + * @subpackage functions + */ + +/** + * Initialization + */ require_once( '../bit_setup_inc.php' ); include_once( ARTICLES_PKG_PATH.'BitArticle.php' ); |
