aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CoreParserFunctions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CoreParserFunctions.php')
-rw-r--r--includes/CoreParserFunctions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/CoreParserFunctions.php b/includes/CoreParserFunctions.php
index bb8a735f4b06..72ceb45f60aa 100644
--- a/includes/CoreParserFunctions.php
+++ b/includes/CoreParserFunctions.php
@@ -2,8 +2,8 @@
/**
* Various core parser functions, registered in Parser::firstCallInit()
+ * @addtogroup Parser
*/
-
class CoreParserFunctions {
static function intFunction( $parser, $part1 = '' /*, ... */ ) {
if ( strval( $part1 ) !== '' ) {