efl: Created Eina group and added existing Eina groups to it.
authorJonas M. Gastal <jgastal@profusion.mobi>
Tue, 18 Dec 2012 18:38:25 +0000 (18:38 +0000)
committerJonas M. Gastal <jgastal@profusion.mobi>
Tue, 18 Dec 2012 18:38:25 +0000 (18:38 +0000)
SVN revision: 81290

doc/main.dox
src/lib/eina/Eina.h
src/lib/eina/eina_mmap.h
src/lib/eina/eina_object.h
src/lib/eina/eina_prefix.h

index 8632f2ad201821b83b71d0e7d263897d8e6b87c8..ae0b287962080da5acd5856a4aad12321d96e496 100644 (file)
  * @defgroup Eet
  *
  * @brief Eet
- */
\ No newline at end of file
+ */
+
+/**
+ * @defgroup Eina
+ *
+ * @brief Eina
+ */
index 49e5773ccffca5285e2accf9eaa90203ba49602d..188a37cb3d4b424c8dcf7df1a0a6615149269ec8 100644 (file)
@@ -94,6 +94,7 @@
  * Please see the @ref authors page for contact details.
  *
  * @defgroup Eina_Data_Types_Group Data Types
+ * @ingroup Eina
  *
  * Eina provide easy to use and optimized data types and structures.
  *
  * should return properly populated @ref _Eina_Iterator and @ref _Eina_Accessor.
  *
  * @defgroup Eina_Tools_Group Tools
+ * @ingroup Eina
  *
  * Eina tools aims to help application development, providing ways to
  * make it safer, log errors, manage memory more efficiently and more.
index 07acc22530f810d9779e95ee574db192c572f700..1d1d58c97687241039659de7d28ec8e178735f81 100644 (file)
@@ -3,6 +3,7 @@
 
 /**
  * @addtogroup Eina_Mmap_Group Mmap Group
+ * @ingroup Eina
  *
  * @brief These functions provide helpers for safe mmap handling
  *
index 5773c930bc583545964c6118ca6fc51290da6f80..59e8d71319607964a72f9710ecd57072c8fe3ade 100644 (file)
@@ -25,6 +25,7 @@
 
 /**
  * @addtogroup Eina_Object Object
+ * @ingroup Eina
  *
  * @brief These functions manage object providing pointer checking
  * and memory repacking.
index 431c78320ebbe19c5b1f2160db3117966582c857..e19bafb8dde3d4d3e050b359427af3d0fa8697c0 100644 (file)
@@ -3,6 +3,7 @@
 
 /**
  * @addtogroup Eina_Prefix_Group Prefix Group
+ * @ingroup Eina
  *
  * @brief These functions provide the ability to determine the runtime
  * location of a software package