From: Tim Starling Date: Wed, 18 Oct 2006 09:19:28 +0000 (+0000) Subject: docs X-Git-Tag: 1.31.0-rc.0~55443 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=0dd85f701304c47f49932a09c3b892b2631dcef6;p=lhc%2Fweb%2Fwiklou.git docs --- diff --git a/includes/Parser.php b/includes/Parser.php index 2d18684f3b..72d24b3536 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -62,13 +62,15 @@ define( 'MW_COLON_STATE_COMMENTDASHDASH', 7 ); * Processes wiki markup * *
- * There are three main entry points into the Parser class:
+ * There are four main entry points into the Parser class:
  * parse()
  *   produces HTML output
  * preSaveTransform().
  *   produces altered wiki markup.
  * transformMsg()
  *   performs brace substitution on MediaWiki messages
+ * preprocess()
+ *   removes HTML comments and expands templates
  *
  * Globals used:
  *    objects:   $wgLang, $wgContLang