From 01931c4676ba3a55ca65cd2cd3c2b3e55804c1c8 Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Mon, 13 Feb 2017 15:29:11 +0900 Subject: doxygen: Fix typos & invalid statements in ecore This covers ecore audio, avahi, buffer and con. Summary: There are some typos and cacologigue statements in doxygen of ecore_audio, ecore_avahi, ecore_buffer, and ecore_con. Test Plan: API Doxygen Revision Reviewers: stefan, cedric, raster, Jaehyun_Cho Subscribers: jpeg, conr2d Differential Revision: https://phab.enlightenment.org/D4652 --- src/lib/ecore_avahi/Ecore_Avahi.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/ecore_avahi/Ecore_Avahi.h') diff --git a/src/lib/ecore_avahi/Ecore_Avahi.h b/src/lib/ecore_avahi/Ecore_Avahi.h index 460ef805e3..76247dbed7 100644 --- a/src/lib/ecore_avahi/Ecore_Avahi.h +++ b/src/lib/ecore_avahi/Ecore_Avahi.h @@ -1,7 +1,7 @@ /** - @brief Ecore Avahi integration Library Public API Calls + @brief Ecore Avahi integration Library Public API Calls. - These routines are used for integrating Avahi with Ecore main loop + These routines are used for integrating Avahi with Ecore main loop. */ #ifndef _ECORE_AVAHI_H @@ -50,7 +50,7 @@ extern "C" { typedef struct _Ecore_Avahi Ecore_Avahi; /**< A handle for an Avahi instance. */ /** - * @brief Create an AvahiPoll context and integrate it within Ecore main loop. + * @brief Creates an AvahiPoll context and integrate it within Ecore main loop. * * @return A handler that reference the AvahiPoll context * @since 1.9 @@ -58,7 +58,7 @@ typedef struct _Ecore_Avahi Ecore_Avahi; /**< A handle for an Avahi instance. */ EAPI Ecore_Avahi *ecore_avahi_add(void); /** - * @brief Delete the specified handler of an AvahiPoll. + * @brief Deletes the specified handler of an AvahiPoll. * * @param handler The actual handler to destroy. * @since 1.9 @@ -69,7 +69,7 @@ EAPI Ecore_Avahi *ecore_avahi_add(void); EAPI void ecore_avahi_del(Ecore_Avahi *handler); /** - * @brief Get the AvahiPoll structure to integrate with Ecore main loop. + * @brief Gets the AvahiPoll structure to integrate with Ecore main loop. * * @param handler The handler to get the AvahiPoll structure from. * @return return the actual AvahiPoll structure to use with Avahi. -- cgit v1.2.1