Index: trunk/phase3/includes/Parser.php |
— | — | @@ -62,13 +62,15 @@ |
63 | 63 | * Processes wiki markup |
64 | 64 | * |
65 | 65 | * <pre> |
66 | | - * There are three main entry points into the Parser class: |
| 66 | + * There are four main entry points into the Parser class: |
67 | 67 | * parse() |
68 | 68 | * produces HTML output |
69 | 69 | * preSaveTransform(). |
70 | 70 | * produces altered wiki markup. |
71 | 71 | * transformMsg() |
72 | 72 | * performs brace substitution on MediaWiki messages |
| 73 | + * preprocess() |
| 74 | + * removes HTML comments and expands templates |
73 | 75 | * |
74 | 76 | * Globals used: |
75 | 77 | * objects: $wgLang, $wgContLang |