diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-05-07 09:38:12 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-05-07 11:15:12 +0200 |
commit | eef094c661284865fc2744a7adf514d9137b5855 (patch) | |
tree | 3c93262e15b580f3d94f5ee7ffeb77ea31cdb8f0 | |
parent | a2a9f33802a3923c1469789f66d5fdab1eaea943 (diff) |
docs: Fix access to main elocation page from front page
-rw-r--r-- | doc/main.dox | 2 | ||||
-rw-r--r-- | src/lib/elocation/Elocation.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/main.dox b/doc/main.dox index 5db1577d4c..6ab3071385 100644 --- a/doc/main.dox +++ b/doc/main.dox | |||
@@ -24,7 +24,7 @@ | |||
24 | * @li @ref evil_main microsoft windows portability layer. | 24 | * @li @ref evil_main microsoft windows portability layer. |
25 | * @li @ref eolian_main an EO file parser and code generator. | 25 | * @li @ref eolian_main an EO file parser and code generator. |
26 | * @li @ref eina_cxx_main Eina C++ bindings. | 26 | * @li @ref eina_cxx_main Eina C++ bindings. |
27 | * @li @ref Location awareness library. | 27 | * @li @ref elocation_main awareness library. |
28 | * | 28 | * |
29 | */ | 29 | */ |
30 | 30 | ||
diff --git a/src/lib/elocation/Elocation.h b/src/lib/elocation/Elocation.h index 5bb2772ef3..60002c0384 100644 --- a/src/lib/elocation/Elocation.h +++ b/src/lib/elocation/Elocation.h | |||
@@ -6,6 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | /** | 8 | /** |
9 | * @page elocation_main Elocation (BETA) | ||
9 | * | 10 | * |
10 | * @section intro Elocation Use Cases | 11 | * @section intro Elocation Use Cases |
11 | * | 12 | * |