From 6996aac5619fe7768ffe60b272ca4d673cd776fe Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 11 Sep 2014 15:22:39 +0200 Subject: [PATCH] docs: Add links to avahi, drm and wl groups form main ecore page. While some docs have been added for these nobody added them to the main ecore page. Which in turn makes them invisible for people reading our docs. I found three ecore family members to not even having a brief group description: cocoa, pslight and sdl. Would be good to get some basic docs in for them. --- src/lib/ecore/Ecore.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 9be98b71f7..bef9db8d28 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -36,6 +36,11 @@ @li @link Ecore_X.h Ecore_X - X Windows System wrapper. @endlink @li @ref Ecore_Win32_Group @li @ref Ecore_Audio_Group + @li @ref Ecore_Avahi_Group + @li @ref Ecore_Drm_Group + @li @ref Ecore_Wl_Group + + For more info on Ecore usage, there are these @ref ecore_examples.