diff options
author | Myoungwoon Roy, Kim <myoungwoon.kim@samsung.com> | 2017-02-13 15:29:11 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-02-13 19:54:29 +0900 |
commit | 01931c4676ba3a55ca65cd2cd3c2b3e55804c1c8 (patch) | |
tree | 024a8a9a725a97dfbd12279455dd8fa22e21458f /src/lib/ecore_avahi/Ecore_Avahi.h | |
parent | e4b37d7cb41e005accf2703ec34a9002f14dc4bb (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_avahi/Ecore_Avahi.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ | |||
1 | /** | 1 | /** |
2 | @brief Ecore Avahi integration Library Public API Calls | 2 | @brief Ecore Avahi integration Library Public API Calls. |
3 | 3 | ||
4 | These routines are used for integrating Avahi with Ecore main loop | 4 | These routines are used for integrating Avahi with Ecore main loop. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef _ECORE_AVAHI_H | 7 | #ifndef _ECORE_AVAHI_H |
@@ -50,7 +50,7 @@ extern "C" { | |||
50 | typedef struct _Ecore_Avahi Ecore_Avahi; /**< A handle for an Avahi instance. */ | 50 | typedef struct _Ecore_Avahi Ecore_Avahi; /**< A handle for an Avahi instance. */ |
51 | 51 | ||
52 | /** | 52 | /** |
53 | * @brief Create an AvahiPoll context and integrate it within Ecore main loop. | 53 | * @brief Creates an AvahiPoll context and integrate it within Ecore main loop. |
54 | * | 54 | * |
55 | * @return A handler that reference the AvahiPoll context | 55 | * @return A handler that reference the AvahiPoll context |
56 | * @since 1.9 | 56 | * @since 1.9 |
@@ -58,7 +58,7 @@ typedef struct _Ecore_Avahi Ecore_Avahi; /**< A handle for an Avahi instance. */ | |||
58 | EAPI Ecore_Avahi *ecore_avahi_add(void); | 58 | EAPI Ecore_Avahi *ecore_avahi_add(void); |
59 | 59 | ||
60 | /** | 60 | /** |
61 | * @brief Delete the specified handler of an AvahiPoll. | 61 | * @brief Deletes the specified handler of an AvahiPoll. |
62 | * | 62 | * |
63 | * @param handler The actual handler to destroy. | 63 | * @param handler The actual handler to destroy. |
64 | * @since 1.9 | 64 | * @since 1.9 |
@@ -69,7 +69,7 @@ EAPI Ecore_Avahi *ecore_avahi_add(void); | |||
69 | EAPI void ecore_avahi_del(Ecore_Avahi *handler); | 69 | EAPI void ecore_avahi_del(Ecore_Avahi *handler); |
70 | 70 | ||
71 | /** | 71 | /** |
72 | * @brief Get the AvahiPoll structure to integrate with Ecore main loop. | 72 | * @brief Gets the AvahiPoll structure to integrate with Ecore main loop. |
73 | * | 73 | * |
74 | * @param handler The handler to get the AvahiPoll structure from. | 74 | * @param handler The handler to get the AvahiPoll structure from. |
75 | * @return return the actual AvahiPoll structure to use with Avahi. | 75 | * @return return the actual AvahiPoll structure to use with Avahi. |