summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-02-28 10:52:59 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-02-28 11:44:19 +0100
commit6a5c2f9c20011c312760e225a9db4a4f79f7fa1e (patch)
tree506f9d495e1cb71f6b10681fd53a4f1d1dccd028
parent127461549ee7492aeed341114483cf78121afaa7 (diff)
downloadefl-6a5c2f9c20011c312760e225a9db4a4f79f7fa1e.tar.gz
doxygen: fix duplicated intro sections
-rw-r--r--elm_intro.h.in2
-rw-r--r--src/lib/ecore_imf/Ecore_IMF.h2
-rw-r--r--src/lib/edje/edje_lua2.c2
-rw-r--r--src/lib/elua/Elua.h4
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