diff options
author | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2008-05-20 17:13:28 +0000 |
---|---|---|
committer | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2008-05-20 17:13:28 +0000 |
commit | 087a9f70c5c152b72dc6c539cf64e334a0f2d029 (patch) | |
tree | d809443c623d2a5f5eca6a5a91aa1c1b2872b35d /maintenance/dumpBackup.php | |
parent | 0204ede45d4f6addab0982cf028cb823ece023d9 (diff) | |
download | mediawikicore-087a9f70c5c152b72dc6c539cf64e334a0f2d029.tar.gz mediawikicore-087a9f70c5c152b72dc6c539cf64e334a0f2d029.zip |
WARNING: HUGE COMMIT
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>
Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage
One more thing: there are still a lot of warnings when generating the doc.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/35098
Diffstat (limited to 'maintenance/dumpBackup.php')
-rw-r--r-- | maintenance/dumpBackup.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maintenance/dumpBackup.php b/maintenance/dumpBackup.php index 6590fd48944a..b8b02b793fb1 100644 --- a/maintenance/dumpBackup.php +++ b/maintenance/dumpBackup.php @@ -18,7 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * - * @addtogroup SpecialPage + * @file + * @ingroup Dump Maintenance */ $originalDir = getcwd(); |