From 6a5c2f9c20011c312760e225a9db4a4f79f7fa1e Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 28 Feb 2020 10:52:59 +0100 Subject: [PATCH] doxygen: fix duplicated intro sections --- elm_intro.h.in | 2 +- src/lib/ecore_imf/Ecore_IMF.h | 2 +- src/lib/edje/edje_lua2.c | 2 +- src/lib/elua/Elua.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/elm_intro.h.in b/elm_intro.h.in index cf489dbe05..95bdb577f0 100644 --- a/elm_intro.h.in +++ b/elm_intro.h.in @@ -4,7 +4,7 @@ * @version @VMAJ@.@VMIN@.@VMIC@ * @date 2008-2014 * - * @section intro What is Elementary? + * @section elm_intro What is Elementary? * * This is a VERY SIMPLE toolkit. It is not meant for writing extensive desktop * applications (yet). Small simple ones with simple needs. diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 4cfb488e56..70b4bc85eb 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -47,7 +47,7 @@ extern "C" { * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions * @ingroup Ecore_IMF_Lib_Group * - * @section intro Introduction + * @section ecore_imf_intro Introduction * * Functions that operate on Ecore Input Method Context objects. diff --git a/src/lib/edje/edje_lua2.c b/src/lib/edje/edje_lua2.c index b204736439..6032528815 100644 --- a/src/lib/edje/edje_lua2.c +++ b/src/lib/edje/edje_lua2.c @@ -18,7 +18,7 @@ /** @page luaref Edje Lua scripting - @section intro Introduction + @section edje_lua_intro Introduction Lua is intended for script-only objects at this point (with embryo left for augmenting standard programs). Since script-only objects effectively diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index 2d13df5c77..d43fcc827c 100644 --- a/src/lib/elua/Elua.h +++ b/src/lib/elua/Elua.h @@ -7,7 +7,7 @@ /** * - * @section intro Elua library + * @section elua_intro Elua library * * The Elua library was created to ease integration of EFL Lua into other EFL * libraries or applications. Using the Elua library you can easily create a @@ -53,7 +53,7 @@ extern "C" { * * @date 2015 (created) * - * @section toc Table of Contents + * @section elua_toc Table of Contents * * @li @ref elua_main_intro * @li @ref elua_main_compiling