summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_hamster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eina/eina_hamster.h')
-rw-r--r--src/lib/eina/eina_hamster.h32
1 files changed, 11 insertions, 21 deletions
diff --git a/src/lib/eina/eina_hamster.h b/src/lib/eina/eina_hamster.h
index bea759d57f..3bc58da3dd 100644
--- a/src/lib/eina/eina_hamster.h
+++ b/src/lib/eina/eina_hamster.h
@@ -1,14 +1,14 @@
/* EINA - EFL data type library
* Copyright (C) 2008 Cedric Bail
*
- * This library is free software; you can redistribute it and/or
+ * This library is a free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
@@ -20,30 +20,24 @@
#define EINA_HAMSTER_H_
/**
- * @addtogroup Eina_Hamster_Group Hamster
+ * @internal
+ * @defgroup Eina_Hamster_Group Hamster
+ * @ingroup Eina_Core_Group
*
- * @brief These functions provide hamster calls.
+ * @brief This group discusses the functions that provide hamster calls.
*
* @{
*/
-/**
- * @addtogroup Eina_Core_Group Core
- *
- * @{
- */
/**
- * @defgroup Eina_Hamster_Group Hamster
- */
-
-
-/**
- * @brief Get the hamster count.
+ * @brief Gets the hamster count.
*
- * @return The number of available hamsters.
+ * @since_tizen 2.3
*
- * This function returns how many hamsters you have.
+ * @details This function returns the number of hamsters that are available.
+ *
+ * @return The number of available hamsters
*/
EAPI int eina_hamster_count(void);
@@ -51,8 +45,4 @@ EAPI int eina_hamster_count(void);
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_HAMSTER_H_ */