summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 18:38:25 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 18:38:25 +0000
commita6b491fc016c56fe925a3ce29601718e56c274eb (patch)
tree030328ca44e54da6324f24df95d91f1e001a2ad0 /src/lib
parent22a69666531595595f69dd18f3130a802fa120a8 (diff)
downloadefl-a6b491fc016c56fe925a3ce29601718e56c274eb.tar.gz
efl: Created Eina group and added existing Eina groups to it.
SVN revision: 81290
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/eina/Eina.h2
-rw-r--r--src/lib/eina/eina_mmap.h1
-rw-r--r--src/lib/eina/eina_object.h1
-rw-r--r--src/lib/eina/eina_prefix.h1
4 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/eina/Eina.h b/src/lib/eina/Eina.h
index 49e5773ccf..188a37cb3d 100644
--- a/src/lib/eina/Eina.h
+++ b/src/lib/eina/Eina.h
@@ -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.
*
@@ -147,6 +148,7 @@
* 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.
diff --git a/src/lib/eina/eina_mmap.h b/src/lib/eina/eina_mmap.h
index 07acc22530..1d1d58c976 100644
--- a/src/lib/eina/eina_mmap.h
+++ b/src/lib/eina/eina_mmap.h
@@ -3,6 +3,7 @@
/**
* @addtogroup Eina_Mmap_Group Mmap Group
+ * @ingroup Eina
*
* @brief These functions provide helpers for safe mmap handling
*
diff --git a/src/lib/eina/eina_object.h b/src/lib/eina/eina_object.h
index 5773c930bc..59e8d71319 100644
--- a/src/lib/eina/eina_object.h
+++ b/src/lib/eina/eina_object.h
@@ -25,6 +25,7 @@
/**
* @addtogroup Eina_Object Object
+ * @ingroup Eina
*
* @brief These functions manage object providing pointer checking
* and memory repacking.
diff --git a/src/lib/eina/eina_prefix.h b/src/lib/eina/eina_prefix.h
index 431c78320e..e19bafb8dd 100644
--- a/src/lib/eina/eina_prefix.h
+++ b/src/lib/eina/eina_prefix.h
@@ -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