diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-10-28 16:20:17 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-11-11 11:09:59 +0100 |
commit | 597ce8e1ca040fe1845329fe347faec6112cb736 (patch) | |
tree | c85a974b4c24d0b5e4d0b0fc8d6a316e28c86382 /src/lib/elocation/Elocation.h | |
parent | 701502cde20c695a135ac385478ed2e9e58023cc (diff) |
doc/elocation: Make it fit into the efl documentation
@mainpage would override the main efl page. Its no longer a separate
lib which needs its own mainpage. We just need to make sure the group
and sections show up from the main page.
Diffstat (limited to '')
-rw-r--r-- | src/lib/elocation/Elocation.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/lib/elocation/Elocation.h b/src/lib/elocation/Elocation.h index 8db18a9b6b..4f8e33a517 100644 --- a/src/lib/elocation/Elocation.h +++ b/src/lib/elocation/Elocation.h | |||
@@ -1,10 +1,11 @@ | |||
1 | /** | 1 | /** |
2 | * @file Elocation.h | ||
2 | * @brief Elocation Library | 3 | * @brief Elocation Library |
3 | * | 4 | * |
4 | * @mainpage Elocation | 5 | * @defgroup Location Location |
5 | * @version 0.0.0 | 6 | */ |
6 | * @author Stefan Schmidt <stefan@datenfreihafen.org> | 7 | |
7 | * @date 2012 | 8 | /** |
8 | * | 9 | * |
9 | * @section intro Elocation Use Cases | 10 | * @section intro Elocation Use Cases |
10 | * | 11 | * |
@@ -64,12 +65,6 @@ | |||
64 | #include <Eldbus.h> | 65 | #include <Eldbus.h> |
65 | 66 | ||
66 | /** | 67 | /** |
67 | * @file Elocation.h | ||
68 | * | ||
69 | * @defgroup Location Location | ||
70 | */ | ||
71 | |||
72 | /** | ||
73 | * @ingroup Location | 68 | * @ingroup Location |
74 | * @brief Available location events that are emitted from the library | 69 | * @brief Available location events that are emitted from the library |
75 | * @since 1.13 | 70 | * @since 1.13 |