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/fetchText.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/fetchText.php')
-rw-r--r-- | maintenance/fetchText.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maintenance/fetchText.php b/maintenance/fetchText.php index 6492fad0e9b3..91b78be3fe05 100644 --- a/maintenance/fetchText.php +++ b/maintenance/fetchText.php @@ -1,7 +1,9 @@ <?php - /** * Communications protocol... + * + * @file + * @ingroup Maintenance */ require "commandLine.inc"; |