diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 10:52:59 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 11:44:19 +0100 |
commit | 6a5c2f9c20011c312760e225a9db4a4f79f7fa1e (patch) | |
tree | 506f9d495e1cb71f6b10681fd53a4f1d1dccd028 /src/lib/elua | |
parent | 127461549ee7492aeed341114483cf78121afaa7 (diff) |
doxygen: fix duplicated intro sections
Diffstat (limited to 'src/lib/elua')
-rw-r--r-- | src/lib/elua/Elua.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
7 | 7 | ||
8 | /** | 8 | /** |
9 | * | 9 | * |
10 | * @section intro Elua library | 10 | * @section elua_intro Elua library |
11 | * | 11 | * |
12 | * The Elua library was created to ease integration of EFL Lua into other EFL | 12 | * The Elua library was created to ease integration of EFL Lua into other EFL |
13 | * libraries or applications. Using the Elua library you can easily create a | 13 | * libraries or applications. Using the Elua library you can easily create a |
@@ -53,7 +53,7 @@ extern "C" { | |||
53 | * | 53 | * |
54 | * @date 2015 (created) | 54 | * @date 2015 (created) |
55 | * | 55 | * |
56 | * @section toc Table of Contents | 56 | * @section elua_toc Table of Contents |
57 | * | 57 | * |
58 | * @li @ref elua_main_intro | 58 | * @li @ref elua_main_intro |
59 | * @li @ref elua_main_compiling | 59 | * @li @ref elua_main_compiling |