stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=597ce8e1ca040fe1845329fe347faec6112cb736
commit 597ce8e1ca040fe1845329fe347faec6112cb736 Author: Stefan Schmidt <[email protected]> Date: Tue Oct 28 16:20:17 2014 +0100 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. --- src/lib/elocation/Elocation.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/lib/elocation/Elocation.h b/src/lib/elocation/Elocation.h index 8db18a9..4f8e33a 100644 --- a/src/lib/elocation/Elocation.h +++ b/src/lib/elocation/Elocation.h @@ -1,10 +1,11 @@ /** + * @file Elocation.h * @brief Elocation Library * - * @mainpage Elocation - * @version 0.0.0 - * @author Stefan Schmidt <[email protected]> - * @date 2012 + * @defgroup Location Location + */ + +/** * * @section intro Elocation Use Cases * @@ -64,12 +65,6 @@ #include <Eldbus.h> /** - * @file Elocation.h - * - * @defgroup Location Location - */ - -/** * @ingroup Location * @brief Available location events that are emitted from the library * @since 1.13 --
