diff options
Diffstat (limited to 'includes/api/ApiFormatYaml_spyc.php')
-rw-r--r-- | includes/api/ApiFormatYaml_spyc.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/api/ApiFormatYaml_spyc.php b/includes/api/ApiFormatYaml_spyc.php index 91155aa99cad..a67bbb22aad0 100644 --- a/includes/api/ApiFormatYaml_spyc.php +++ b/includes/api/ApiFormatYaml_spyc.php @@ -6,12 +6,11 @@ * @see http://spyc.sourceforge.net/ * @copyright Copyright 2005-2006 Chris Wanstrath * @license http://www.opensource.org/licenses/mit-license.php MIT License - * @addtogroup Spyc */ /** * A node, used by Spyc for parsing YAML. - * @addtogroup Spyc + * @addtogroup API */ class YAMLNode { /**#@+ @@ -59,7 +58,7 @@ * $parser = new Spyc; * $array = $parser->load($file); * </code> - * @addtogroup Spyc + * @addtogroup API */ class Spyc { |