aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FileStore.php
diff options
context:
space:
mode:
authorNick Jenkins <nickj@users.mediawiki.org>2007-04-20 08:55:14 +0000
committerNick Jenkins <nickj@users.mediawiki.org>2007-04-20 08:55:14 +0000
commitf9619da3f02b4759ae92250c483d4bf14dfd9ee8 (patch)
tree699d3b4bd1d6695411f29b89d95d2ce597ea283f /includes/FileStore.php
parent4e7247417065448c22558eb8cdfc02cababbc951 (diff)
downloadmediawikicore-f9619da3f02b4759ae92250c483d4bf14dfd9ee8.tar.gz
mediawikicore-f9619da3f02b4759ae92250c483d4bf14dfd9ee8.zip
Yet more doc tweaks:
* Add @addtogroup tags to various classes, to try and group conceptually-related classes together. * Add brief descriptions to various Special pages, thanks to Phil Boswell. * Moving some docs to be right above the classes they represent, so that they are picked up.
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/21402
Diffstat (limited to 'includes/FileStore.php')
-rw-r--r--includes/FileStore.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/FileStore.php b/includes/FileStore.php
index e9017037b507..dcec71c567d1 100644
--- a/includes/FileStore.php
+++ b/includes/FileStore.php
@@ -371,6 +371,9 @@ class FSTransaction {
}
}
+/**
+ * @addtogroup Exception
+ */
class FSException extends MWException { }
?>