From 6a9cfbcfef8a1b947de3266931cdec6bfae38cbc Mon Sep 17 00:00:00 2001 From: Pierre Le Magourou Date: Wed, 15 Oct 2014 17:59:55 +0200 Subject: 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. --- src/lib/ecore_imf/Ecore_IMF.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ecore_imf') diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 374c0904a1..5618f3130d 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -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 -- cgit v1.2.1