aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Parser.php
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-04-12 01:29:21 +0000
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-04-12 01:29:21 +0000
commit273671cf32f8c7c59f06cfd6ac97e8063e6da51a (patch)
tree97bee96e73d77ab1f7663bf91ad5ffc15d94716a /includes/Parser.php
parent27b500c4aa62a5ea7e60a987a3c43edf4d9db59c (diff)
downloadmediawikicore-273671cf32f8c7c59f06cfd6ac97e8063e6da51a.tar.gz
mediawikicore-273671cf32f8c7c59f06cfd6ac97e8063e6da51a.zip
Adding cache related stuff to a new 'Cache' subpackage
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8268
Diffstat (limited to 'includes/Parser.php')
-rw-r--r--includes/Parser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Parser.php b/includes/Parser.php
index 1d496202a6c6..e517d570a2e3 100644
--- a/includes/Parser.php
+++ b/includes/Parser.php
@@ -3,6 +3,7 @@
* File for Parser and related classes
*
* @package MediaWiki
+ * @subpackage Parser
*/
/** */