Eina: Groups shouldn't be inside themselves, and both groups
authorgastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 Jul 2011 18:37:44 +0000 (18:37 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 Jul 2011 18:37:44 +0000 (18:37 +0000)
 and conditionals need to be properly closed..

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@61413 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

32 files changed:
src/include/eina_accessor.h
src/include/eina_array.h
src/include/eina_benchmark.h
src/include/eina_binbuf.h
src/include/eina_binshare.h
src/include/eina_convert.h
src/include/eina_counter.h
src/include/eina_error.h
src/include/eina_file.h
src/include/eina_hamster.h
src/include/eina_hash.h
src/include/eina_inlist.h
src/include/eina_iterator.h
src/include/eina_list.h
src/include/eina_log.h
src/include/eina_main.h
src/include/eina_matrixsparse.h
src/include/eina_mempool.h
src/include/eina_mmap.h
src/include/eina_module.h
src/include/eina_prefix.h
src/include/eina_rbtree.h
src/include/eina_rectangle.h
src/include/eina_refcount.h
src/include/eina_safety_checks.h
src/include/eina_simple_xml_parser.h
src/include/eina_str.h
src/include/eina_strbuf.h
src/include/eina_stringshare.h
src/include/eina_ustrbuf.h
src/include/eina_ustringshare.h
src/lib/eina_object.c

index 62b2b03..cae7a5c 100644 (file)
@@ -93,8 +93,6 @@
  * chosen elements of a container, use eina_accessor_over().
  *
  * See an example @ref eina_accessor_example_01_page "here".
- *
- * @{
  */
 
 /**
@@ -339,8 +337,4 @@ EAPI Eina_Bool eina_accessor_unlock(Eina_Accessor *accessor) EINA_ARG_NONNULL(1)
  * @}
  */
 
-/**
- * @}
- */
-
 #endif
index 10503db..1e53392 100644 (file)
  * See here some examples:
  * @li @ref array_01_example_page
  * @li @ref array_02_example_page
- *
- * @{
  */
 
 /**
@@ -443,9 +441,4 @@ static inline Eina_Bool    eina_array_foreach(Eina_Array  *array,
  * @}
  */
 
-
-/**
- * @}
- */
-
 #endif
index c6b21c9..721e1c0 100644 (file)
  * written in a gnuplot file.
  *
  * For more information, you can look at the @ref tutorial_benchmark_page.
- *
- * @{
  */
 
 /**
@@ -452,8 +450,4 @@ EAPI Eina_Array *eina_benchmark_run(Eina_Benchmark *bench);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_BENCHMARK_H_ */
index 5866ba3..92f788e 100644 (file)
@@ -13,8 +13,6 @@
  *
  * The Binary Buffer data type is designed to be a mutable string,
  * allowing to append, prepend or insert a string to a buffer.
- *
- * @{
  */
 
 /**
@@ -216,8 +214,4 @@ EAPI size_t    eina_binbuf_length_get(const Eina_Binbuf *buf) EINA_ARG_NONNULL(1
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_STRBUF_H */
index ab6464a..55b17a6 100644 (file)
@@ -71,8 +71,6 @@
  * memory.
  *
  * For more information, you can look at the @ref tutorial_binshare_page.
- *
- * @{
  */
 
 /**
@@ -192,8 +190,4 @@ EAPI void        eina_binshare_dump(void);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_STRINGSHARE_H_ */
index b06d7d4..af839e2 100644 (file)
  * @code
  * gcc -Wall -o test_eina_convert test_eina.c `pkg-config --cflags --libs eina` -lm
  * @endcode
- *
- * @{
  */
 
 /**
@@ -373,8 +371,4 @@ EAPI Eina_Bool eina_convert_atofp(const char  *src,
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_CONVERT_H_ */
index c07f5fd..26bee06 100644 (file)
  * @endverbatim
  *
  * Note that the displayed time is in nanosecond.
- *
- * @{
  */
 
 /**
@@ -212,8 +210,4 @@ EAPI char         *eina_counter_dump(Eina_Counter *counter) EINA_ARG_NONNULL(1);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_COUNTER_H_ */
index 5ca1fbe..2b0ae77 100644 (file)
@@ -64,8 +64,6 @@
  *
  * A simple example of how to use this can be seen @ref tutorial_error_page
  * "here".
- *
- * @{
  */
 
 /**
@@ -197,8 +195,4 @@ EAPI Eina_Error  eina_error_find(const char *msg) EINA_ARG_NONNULL(1) EINA_PURE;
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_ERROR_H_ */
index fbcc103..ca97440 100644 (file)
@@ -373,8 +373,4 @@ EAPI void eina_file_map_free(Eina_File *file, void *map);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_FILE_H_ */
index 74bd69e..bea759d 100644 (file)
@@ -35,8 +35,6 @@
 
 /**
  * @defgroup Eina_Hamster_Group Hamster
- *
- * @{
  */
 
 
@@ -57,8 +55,4 @@ EAPI int eina_hamster_count(void);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_HAMSTER_H_ */
index e846242..71de90b 100644 (file)
  *      </ul>
  * <li> @ref eina_hash_08.c "Different add and delete functions"
  * </ul>
- *
- * @{
  */
 
 /**
@@ -1037,8 +1035,4 @@ static inline int eina_hash_int64(const unsigned long int *pkey,
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /*EINA_HASH_H_*/
index 4c8c80e..b2d7e77 100644 (file)
  * @li @ref inlist_01_example_page
  * @li @ref inlist_02_example_page
  * @li @ref inlist_03_example_page
- *
- * @{
  */
 
 /**
@@ -730,8 +728,4 @@ EAPI Eina_Inlist *eina_inlist_sort(Eina_Inlist *head, Eina_Compare_Cb func);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /*EINA_INLIST_H_*/
index 546340b..1c8e6ce 100644 (file)
  * container, use eina_iterator_foreach().
  * 
  * Here an @ref eina_iterator_example "example"
- *
- * @{
  */
 
 /**
@@ -336,8 +334,4 @@ EAPI Eina_Bool eina_iterator_unlock(Eina_Iterator *iterator) EINA_ARG_NONNULL(1)
  * @}
  */
 
-/**
- * @}
- */
-
 #endif
index de47560..aabe9bf 100644 (file)
  * @li @ref list_02_example_page
  * @li @ref list_03_example_page
  * @li @ref list_04_example_page
- *
- * @{
  */
 
 /**
@@ -1630,8 +1628,4 @@ EAPI Eina_Accessor        *eina_list_accessor_new(const Eina_List *list) EINA_MA
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_LIST_H_ */
index f76f985..5cd7c59 100644 (file)
  * For more information, you can look at the @ref tutorial_log_page.
  *
  * @example eina_log_01.c
- * @{
  */
 
 /**
@@ -886,8 +885,4 @@ EAPI void eina_log_print_cb_file(const Eina_Log_Domain *d,
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_LOG_H_ */
index 74d59d8..c2c3ffa 100644 (file)
@@ -26,8 +26,6 @@
  *
  * @brief These functions provide general initialisation and shut down
  * functions.
- *
- * @{
  */
 
 /**
@@ -142,8 +140,4 @@ EAPI int eina_threads_shutdown(void);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_MAIN_H_ */
index 028f8e3..97d1ca5 100644 (file)
@@ -33,8 +33,6 @@
  * @brief These functions provide matrix sparse management.
  *
  * For more information, you can look at the @ref tutorial_matrixsparse_page.
- *
- * @{
  */
 
 /**
@@ -398,8 +396,4 @@ EAPI Eina_Iterator *eina_matrixsparse_iterator_complete_new(const Eina_Matrixspa
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_MATRIXSPARSE_H_ */
index e75b03c..796bc9e 100644 (file)
@@ -56,8 +56,6 @@
  * @li @c one_big: It call just one time malloc for the requested number
  * of items. Useful when you know in advance how many object of some
  * type will live during the life of the mempool.
- *
- * @{
  */
 
 /**
@@ -122,8 +120,4 @@ EAPI unsigned int   eina_mempool_alignof(unsigned int size);
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_MEMPOOL_H_ */
index 618b805..e9584d7 100644 (file)
@@ -2,7 +2,7 @@
 #define EINA_MMAP_H_
 
 /**
- * @addtogroup Eina_Mmap_Group Group
+ * @addtogroup Eina_Mmap_Group Mmap Group
  *
  * @brief These functions provide helpers for safe mmap handling
  *
index ca9a570..58e38f9 100644 (file)
@@ -27,8 +27,6 @@
  * @addtogroup Eina_Module_Group Module
  *
  * @brief These functions provide module management.
- *
- * @{
  */
 
 /**
@@ -342,12 +340,4 @@ EAPI Eina_Module *
  * @}
  */
 
-/**
- * @}
- */
-
-/**
- * @}
- */
-
 #endif /*EINA_MODULE_H_*/
index cdca08d..b59080b 100644 (file)
@@ -2,7 +2,7 @@
 #define EINA_PREFIX_H_
 
 /**
- * @addtogroup Eina_Prefix_Group Group
+ * @addtogroup Eina_Prefix_Group Prefix Group
  *
  * @brief These functions provide the ability to determine the runtime
  * location of a software package
index 9b2010a..c60984e 100644 (file)
@@ -35,8 +35,6 @@
  * http://eternallyconfuzzled.com/tuts/datastructures/jsw_tut_rbtree.aspx . The
  * main difference is that this set of function never allocate any data, making
  * them particularly useful for memory management.
- *
- * @{
  */
 
 /**
@@ -270,8 +268,4 @@ EAPI Eina_Iterator        *eina_rbtree_iterator_postfix(const Eina_Rbtree *root)
  * @}
  */
 
-/**
- * @}
- */
-
 #endif
index f37b8af..57e562c 100644 (file)
@@ -25,8 +25,6 @@
  * @addtogroup Eina_Rectangle_Group Rectangle
  *
  * @brief These functions provide rectangle management.
- *
- * @{
  */
 
 /**
@@ -238,8 +236,4 @@ EAPI void            eina_rectangle_free(Eina_Rectangle *rect) EINA_ARG_NONNULL(
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /*_EINA_RECTANGLE_H_*/
index f8cb36e..6650b01 100644 (file)
@@ -29,8 +29,6 @@
  * set of macro do provide helper that will force to use the
  * correct code in most case and reduce the bug likeliness.
  * Of course this without affecting speed !
- *
- * @{
  */
 
 /**
@@ -75,8 +73,4 @@ typedef int Eina_Refcount;
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_REFCOUNT_H_ */
index 79acf3e..4751e5f 100644 (file)
@@ -60,8 +60,6 @@
  * #include "my_functions2.h"
  *
  * @endcode
- *
- * @{
  */
 
 /**
index 8f96e8b..db9a4e1 100644 (file)
@@ -48,8 +48,6 @@
  * will not tokenize this. If you want you can use
  * eina_simple_xml_tag_attributes_find() and then
  * eina_simple_xml_attributes_parse().
- *
- * @{
  */
 
 /**
@@ -385,8 +383,4 @@ EAPI char * eina_simple_xml_node_dump(Eina_Simple_XML_Node *node, const char *in
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_SIMPLE_XML_H_ */
index d6b0446..8b52ab2 100644 (file)
@@ -64,8 +64,6 @@
  * shared strings(eina_stringshare).
  *
  * See an example @ref tutorial_eina_string "here".
- *
- * @{
  */
 
 /**
@@ -324,8 +322,4 @@ static inline size_t eina_strlen_bounded(const char *str, size_t maxlen) EINA_PU
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_STR_H */
index 226bf16..ac92f97 100644 (file)
@@ -44,8 +44,6 @@
  * allowing to append, prepend or insert a string to a buffer.
  *
  * For more information see @ref tutorial_strbuf "this example".
- *
- * @{
  */
 
 /**
index 366d44e..dd9e030 100644 (file)
  *
  * For more information, see @ref eina_stringshare_example_01_page
  * "this example".
- *
- * @{
  */
 
 /**
@@ -314,8 +312,4 @@ static inline Eina_Bool eina_stringshare_replace_length(const char **p_str, cons
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_STRINGSHARE_H_ */
index 4596c9d..9abe845 100644 (file)
@@ -13,8 +13,6 @@
  *
  * The Unicode String Buffer data type is designed to be a mutable string,
  * allowing to append, prepend or insert a string to a buffer.
- *
- * @{
  */
 
 /**
@@ -426,8 +424,4 @@ eina_ustrbuf_length_get(const Eina_UStrbuf *buf) EINA_ARG_NONNULL(1) EINA_WARN_U
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_STRBUF_H */
index 2bccfc2..1036573 100644 (file)
@@ -74,8 +74,6 @@
  * memory fragmentation, so a win all-around.
  *
  * For more information, you can look at the @ref tutorial_ustringshare_page.
- *
- * @{
  */
 
 /**
@@ -199,8 +197,4 @@ static inline Eina_Bool  eina_ustringshare_replace_length(const Eina_Unicode **p
  * @}
  */
 
-/**
- * @}
- */
-
 #endif /* EINA_STRINGSHARE_H_ */
index 1028a8e..afa2ab9 100644 (file)
@@ -452,7 +452,7 @@ _eina_class_range_repack(void *dst, void *src, void *data)
 }
 
 /**
- * @}
+ * @endcond
  */
 
 Eina_Bool