r17082 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17081‎ | r17082 | r17083 >
Date:09:19, 18 October 2006
Author:tstarling
Status:old
Tags:
Comment:
docs
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -62,13 +62,15 @@
6363 * Processes wiki markup
6464 *
6565 * <pre>
66 - * There are three main entry points into the Parser class:
 66+ * There are four main entry points into the Parser class:
6767 * parse()
6868 * produces HTML output
6969 * preSaveTransform().
7070 * produces altered wiki markup.
7171 * transformMsg()
7272 * performs brace substitution on MediaWiki messages
 73+ * preprocess()
 74+ * removes HTML comments and expands templates
7375 *
7476 * Globals used:
7577 * objects: $wgLang, $wgContLang