minor fixes
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Dec 2009 16:22:13 +0000 (16:22 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Dec 2009 16:22:13 +0000 (16:22 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44720 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_hamster.h
src/include/eina_safety_checks.h
src/lib/eina_hamster.c
src/lib/eina_log.c
src/lib/eina_matrixsparse.c

index 84682ce..0818b15 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 /**
- * @defgroup Eina_Main_Group Hamster
+ * @defgroup Eina_Hamster_Group Hamster
  *
  * @{
  */
index f3c183d..7f4c525 100644 (file)
@@ -183,3 +183,7 @@ EAPI extern Eina_Error EINA_ERROR_SAFETY_FAILED;
 /**
  * @}
  */
+
+/**
+ * @}
+ */
index 2c2a86d..843dbc6 100644 (file)
@@ -52,7 +52,7 @@ static int _eina_hamsters = -1;
  *============================================================================*/
 
 /**
- * @addtogroup Eina_Main_Group Hamster
+ * @addtogroup Eina_Hamster_Group Hamster
  *
  * @brief These functions provide hamster calls.
  *
index d1e93c3..f620338 100644 (file)
  * The log module allows the user to change the way
  * eina_log_print() displays the messages. It suffices to pass to
  * eina_log_print_cb_set() the function used to display the
- * message. That  function must be of type #Eina_log_Print_Cb. As a
+ * message. That  function must be of type #Eina_Log_Print_Cb. As a
  * custom data can be passed to that callback, powerful display
  * messages can be displayed.
  *
@@ -871,7 +871,7 @@ eina_log_domain_parse_pending_globs(void)
  *============================================================================*/
 
 /**
- * @addtogroup Eina_Log_Group log
+ * @addtogroup Eina_Log_Group Log
  *
  * @brief These functions provide log management for projects.
  *
@@ -1506,3 +1506,6 @@ eina_log_vprint(int domain, Eina_Log_Level level, const char *file,
    LOG_UNLOCK();
 }
 
+/**
+ * @}
+ */
index f9aead4..07c0a45 100644 (file)
@@ -18,7 +18,7 @@
 
 
 /**
- * @page tutorial_matrixsparse_page Matrix Sparse Tutorial
+ * @page tutorial_matrixsparse_page Sparse Matrix Tutorial
  *
  * to be written...
  *
@@ -51,6 +51,7 @@
 /*============================================================================*
  *                                  Local                                     *
  *============================================================================*/
+
 /**
  * @cond LOCAL
  */
@@ -770,7 +771,7 @@ _eina_matrixsparse_iterator_complete_free(Eina_Matrixsparse_Iterator_Complete *i
  *============================================================================*/
 
 /**
- * @addtogroup Eina_Matrixsparse_Group Matrix Sparse
+ * @addtogroup Eina_Matrixsparse_Group Sparse Matrix
  *
  * @brief These functions provide matrix sparse management.
  *
@@ -1553,3 +1554,7 @@ eina_matrixsparse_iterator_complete_new(const Eina_Matrixsparse *m)
    it->iterator.free = FUNC_ITERATOR_FREE(_eina_matrixsparse_iterator_complete_free);
    return &it->iterator;
 }
+
+/**
+ * @}
+ */