diff options
author | Antoine Musso <hashar@users.mediawiki.org> | 2007-01-20 15:09:52 +0000 |
---|---|---|
committer | Antoine Musso <hashar@users.mediawiki.org> | 2007-01-20 15:09:52 +0000 |
commit | c771fc9c96aacb44b86ade5ecca68334c5d8213f (patch) | |
tree | 9f70fd6727884e8bd27d63186e352129c87cd654 /includes/api/ApiFormatYaml_spyc.php | |
parent | 0d73b2a2f846e7341e3c8ebdb8881eae71801ac6 (diff) | |
download | mediawikicore-c771fc9c96aacb44b86ade5ecca68334c5d8213f.tar.gz mediawikicore-c771fc9c96aacb44b86ade5ecca68334c5d8213f.zip |
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19502
Diffstat (limited to 'includes/api/ApiFormatYaml_spyc.php')
-rw-r--r-- | includes/api/ApiFormatYaml_spyc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/api/ApiFormatYaml_spyc.php b/includes/api/ApiFormatYaml_spyc.php index 1ec8af488749..579fa5c1e53f 100644 --- a/includes/api/ApiFormatYaml_spyc.php +++ b/includes/api/ApiFormatYaml_spyc.php @@ -6,12 +6,12 @@ * @link http://spyc.sourceforge.net/ * @copyright Copyright 2005-2006 Chris Wanstrath * @license http://www.opensource.org/licenses/mit-license.php MIT License - * @package Spyc + * @addtogroup Spyc */ /** * A node, used by Spyc for parsing YAML. - * @package Spyc + * @addtogroup Spyc */ class YAMLNode { /**#@+ @@ -59,7 +59,7 @@ * $parser = new Spyc; * $array = $parser->load($file); * </code> - * @package Spyc + * @addtogroup Spyc */ class Spyc { |