* chosen elements of a container, use eina_accessor_over().
*
* See an example @ref eina_accessor_example_01_page "here".
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif
* See here some examples:
* @li @ref array_01_example_page
* @li @ref array_02_example_page
- *
- * @{
*/
/**
* @}
*/
-
-/**
- * @}
- */
-
#endif
* written in a gnuplot file.
*
* For more information, you can look at the @ref tutorial_benchmark_page.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_BENCHMARK_H_ */
*
* The Binary Buffer data type is designed to be a mutable string,
* allowing to append, prepend or insert a string to a buffer.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_STRBUF_H */
* memory.
*
* For more information, you can look at the @ref tutorial_binshare_page.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_STRINGSHARE_H_ */
* @code
* gcc -Wall -o test_eina_convert test_eina.c `pkg-config --cflags --libs eina` -lm
* @endcode
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_CONVERT_H_ */
* @endverbatim
*
* Note that the displayed time is in nanosecond.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_COUNTER_H_ */
*
* A simple example of how to use this can be seen @ref tutorial_error_page
* "here".
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_ERROR_H_ */
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_FILE_H_ */
/**
* @defgroup Eina_Hamster_Group Hamster
- *
- * @{
*/
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_HAMSTER_H_ */
* </ul>
* <li> @ref eina_hash_08.c "Different add and delete functions"
* </ul>
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /*EINA_HASH_H_*/
* @li @ref inlist_01_example_page
* @li @ref inlist_02_example_page
* @li @ref inlist_03_example_page
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /*EINA_INLIST_H_*/
* container, use eina_iterator_foreach().
*
* Here an @ref eina_iterator_example "example"
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif
* @li @ref list_02_example_page
* @li @ref list_03_example_page
* @li @ref list_04_example_page
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_LIST_H_ */
* For more information, you can look at the @ref tutorial_log_page.
*
* @example eina_log_01.c
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_LOG_H_ */
*
* @brief These functions provide general initialisation and shut down
* functions.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_MAIN_H_ */
* @brief These functions provide matrix sparse management.
*
* For more information, you can look at the @ref tutorial_matrixsparse_page.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_MATRIXSPARSE_H_ */
* @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.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_MEMPOOL_H_ */
#define EINA_MMAP_H_
/**
- * @addtogroup Eina_Mmap_Group Group
+ * @addtogroup Eina_Mmap_Group Mmap Group
*
* @brief These functions provide helpers for safe mmap handling
*
* @addtogroup Eina_Module_Group Module
*
* @brief These functions provide module management.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
-/**
- * @}
- */
-
#endif /*EINA_MODULE_H_*/
#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
* 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.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif
* @addtogroup Eina_Rectangle_Group Rectangle
*
* @brief These functions provide rectangle management.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /*_EINA_RECTANGLE_H_*/
* 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 !
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_REFCOUNT_H_ */
* #include "my_functions2.h"
*
* @endcode
- *
- * @{
*/
/**
* will not tokenize this. If you want you can use
* eina_simple_xml_tag_attributes_find() and then
* eina_simple_xml_attributes_parse().
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_SIMPLE_XML_H_ */
* shared strings(eina_stringshare).
*
* See an example @ref tutorial_eina_string "here".
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_STR_H */
* allowing to append, prepend or insert a string to a buffer.
*
* For more information see @ref tutorial_strbuf "this example".
- *
- * @{
*/
/**
*
* For more information, see @ref eina_stringshare_example_01_page
* "this example".
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_STRINGSHARE_H_ */
*
* The Unicode String Buffer data type is designed to be a mutable string,
* allowing to append, prepend or insert a string to a buffer.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_STRBUF_H */
* memory fragmentation, so a win all-around.
*
* For more information, you can look at the @ref tutorial_ustringshare_page.
- *
- * @{
*/
/**
* @}
*/
-/**
- * @}
- */
-
#endif /* EINA_STRINGSHARE_H_ */
}
/**
- * @}
+ * @endcond
*/
Eina_Bool