summaryrefslogtreecommitdiff
path: root/includes/MWFunction.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/MWFunction.php')
-rw-r--r--includes/MWFunction.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/MWFunction.php b/includes/MWFunction.php
index 0113f917..36fcc30b 100644
--- a/includes/MWFunction.php
+++ b/includes/MWFunction.php
@@ -1,6 +1,7 @@
<?php
-
/**
+ * Helper methods to call functions and instance objects.
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -16,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
*/
class MWFunction {