ecore: update the doxygen groups to compile forgotten parts of the API.

Some parts of the API documentation where not compiled at all by doxygen
because of missing '@{' and '@}' tags. This commit adds the missing tags
in Ecore_Getopt.h, Ecore_Con_Eet.h, and Ecore_IMF.h headers.
This commit is contained in:
Pierre Le Magourou 2014-10-15 17:59:55 +02:00 committed by Cedric BAIL
parent 42a7d9b71c
commit 6a9cfbcfef
3 changed files with 21 additions and 4 deletions

View File

@ -31,8 +31,10 @@
#endif /* ! _WIN32 */
/**
* @file Ecore_Getopt.h
* @brief Contains powerful getopt replacement.
* @defgroup Ecore_Getopt_Group Ecore Getopt
* @ingroup Ecore
*
* This group contains powerful getopt replacement.
*
* This replacement handles both short (-X) or long options (--ABC)
* options, with various actions supported, like storing one value and
@ -46,6 +48,8 @@
* Values will be stored elsewhere indicated by an array of pointers
* to values, it is given in separate to parser description so you can
* use multiple values with the same parser.
*
* @{
*/
#ifdef __cplusplus
@ -1206,4 +1210,9 @@ EAPI Eina_Bool ecore_getopt_callback_size_parse(const Ecore_Getopt *parser, con
#ifdef __cplusplus
}
#endif
/**
* @}
*/
#endif /* _ECORE_GETOPT_H */

View File

@ -32,13 +32,15 @@
#endif
/**
* @defgroup Ecore_Con_Eet_Group Ecore_Con_Eet - Eet connection functions
* @ingroup Ecore
* @defgroup Ecore_Con_Eet_Group Eet connection functions
* @ingroup Ecore_Con_Group
*
* The Ecore Connection Eet library ( @c Ecore_Con_Eet) adds @c Eet data
* serialization features to Ecore Connection objects. Its main aim is to
* provide a way to send @c Eet data streams to another program through sockets
* using @c Ecore_Con objects.
*
* @{
*/
typedef struct _Ecore_Con_Eet Ecore_Con_Eet;
@ -275,4 +277,8 @@ EAPI void ecore_con_eet_send(Ecore_Con_Reply *reply, const char *protocol_name,
*/
EAPI void ecore_con_eet_raw_send(Ecore_Con_Reply *reply, const char *protocol_name, const char *section, void *value, unsigned int length);
/**
* @}
*/
#endif

View File

@ -1805,6 +1805,7 @@ EAPI Eina_Bool ecore_imf_context_input_panel_show_on_demand_
/**
* @brief Sets the bidirectionality at the current cursor position.
*
* @ingroup Ecore_IMF_Context_Group
* @since 1.12.0
*
* @param[in] ctx An #Ecore_IMF_Context
@ -1815,6 +1816,7 @@ EAPI void ecore_imf_context_bidi_direction_set(Ecore_IM
/**
* @brief Gets the bidirectionality at the current cursor position.
*
* @ingroup Ecore_IMF_Context_Group
* @since 1.12.0
*
* @param[in] ctx An #Ecore_IMF_Context