r113264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113263‎ | r113264 | r113265 >
Date:18:42, 7 March 2012
Author:gwicke
Status:deferred
Tags:
Comment:
A few minor documentation updates.
Modified paths:
  • /trunk/extensions/VisualEditor/modules/parser/mediawiki.parser.js (modified) (history)
  • /trunk/extensions/VisualEditor/modules/parser/parse.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/parser/parse.js
@@ -1,5 +1,5 @@
22 /**
3 - * Command line wikidom parse utility.
 3+ * Command line parse utility.
44 * Read from STDIN, write to STDOUT.
55 *
66 * @author Neil Kandalgaonkar <neilk@wikimedia.org>
Index: trunk/extensions/VisualEditor/modules/parser/mediawiki.parser.js
@@ -1,6 +1,12 @@
22 /**
 3+ * This module assembles parser pipelines from parser stages with
 4+ * asynchronous communnication between stages based on events. Apart from the
 5+ * default pipeline which converts WikiText to HTML DOM, it also provides
 6+ * sub-pipelines for the processing of template transclusions.
37 *
4 - * Simple parser class. Should have lots of options for observing parse stages (or, use events).
 8+ * See http://www.mediawiki.org/wiki/Parsoid and
 9+ * http://www.mediawiki.org/wiki/Parsoid/Token_stream_transformations
 10+ * for illustrations of the pipeline architecture.
511 *
612 * @author Gabriel Wicke <gwicke@wikimedia.org>
713 * @author Neil Kandalgaonkar <neilk@wikimedia.org>

Status & tagging log