wiki.techinc.nl/includes/libs
Antoine Musso 9362bb6c56 miscellaneous doxygen warnings
* @licence -> @license
* Protects inline HTML by using double quotes, our inline comments uses
  elements such as <h1> or <firstnameLastname@gmail.com>
* Commands in lowercase (@TODO -> @todo, @NOTE -> @note)
* removes @abstract and @static since doxygen detects them from PHP
  code.
* various undocumented function parameters
* typos in parameters declarations

Change-Id: I62ad6fc124c355bf31acc780b9614a59cf79a421
2012-10-22 14:00:08 +02:00
..
CSSJanus.php Work around preg_replace_callback() issue in CSSJanus 2012-08-28 12:35:27 -07:00
CSSMin.php
GenericArrayObject.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
HttpStatus.php
IEContentAnalyzer.php
IEUrlExtension.php
JavaScriptMinifier.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:32:35 +02:00
jsminplus.php
README

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.