diff options
Diffstat (limited to 'includes/CategoryFinder.php')
-rw-r--r-- | includes/CategoryFinder.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/CategoryFinder.php b/includes/CategoryFinder.php index 33de7404..77c43bf0 100644 --- a/includes/CategoryFinder.php +++ b/includes/CategoryFinder.php @@ -27,7 +27,7 @@ * articles are in one or all of a given subset of categories. * * Example use : - * <code> + * @code * # Determines whether the article with the page_id 12345 is in both * # "Category 1" and "Category 2" or their subcategories, respectively * @@ -39,7 +39,7 @@ * ); * $a = $cf->run(); * print implode( ',' , $a ); - * </code> + * @endcode * */ class CategoryFinder { |