diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-09-11 15:21:09 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-09-11 15:39:43 +0200 |
commit | b44065a9ddc9fe8cfd6e88446cc40722c6f66307 (patch) | |
tree | 8f571734b1b7ae0536b91fe399cab3bc7c126e34 | |
parent | 7f5e22b474d210cd6eecf62ecd3d08d82cef8b1e (diff) |
docs: Update ecore avahi group name name to match others
All other group are following the scheme Ecore_*_Group. Do it here as well to
make it easier to link to.
-rw-r--r-- | src/lib/ecore_avahi/Ecore_Avahi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_avahi/Ecore_Avahi.h b/src/lib/ecore_avahi/Ecore_Avahi.h index a085e07f3c..dc70b9ae10 100644 --- a/src/lib/ecore_avahi/Ecore_Avahi.h +++ b/src/lib/ecore_avahi/Ecore_Avahi.h | |||
@@ -38,7 +38,7 @@ extern "C" { | |||
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | /** | 40 | /** |
41 | * @defgroup Ecore_Avahi Ecore main loop integration function. | 41 | * @defgroup Ecore_Avahi_Group Ecore_Avahi - Avahi main loop integration function. |
42 | * @ingroup Ecore | 42 | * @ingroup Ecore |
43 | * | 43 | * |
44 | * @{ | 44 | * @{ |