xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a80b1dca23b06471de6ea86ba1e57a0b62a07b18
commit a80b1dca23b06471de6ea86ba1e57a0b62a07b18 Author: Xavi Artigas <[email protected]> Date: Fri May 8 11:48:32 2020 +0200 doxygen docs: Fix grouping mess in Eina Simple XML Seriously, who came up with such convoluted doxygen code? --- src/lib/eina/eina_simple_xml_parser.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/lib/eina/eina_simple_xml_parser.h b/src/lib/eina/eina_simple_xml_parser.h index 19c0bca44f..9b92798452 100644 --- a/src/lib/eina/eina_simple_xml_parser.h +++ b/src/lib/eina/eina_simple_xml_parser.h @@ -125,16 +125,7 @@ * * For more information, see * @ref eina_simple_xml_parser_example_01_page "this example". - */ - -/** - * @addtogroup Eina_Tools_Group Tools - * - * @{ - */ - -/** - * @defgroup Eina_Simple_XML_Group Simple_XML + * @ingroup Eina_Tools_Group Tools * * @{ */ @@ -506,10 +497,6 @@ EAPI void eina_simple_xml_node_root_free(Eina_Simple_XML_Node_Root *root); EAPI char * eina_simple_xml_node_dump(Eina_Simple_XML_Node *node, const char *indent); -/** - * @} - */ - /** * @} */ --
