From 5eaaae420ee3848b135166bf271bed6dee8f38c6 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 20 Jun 2013 10:58:53 +0200 Subject: [PATCH] efreet: doc fixes --- src/lib/efreet/efreet_menu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/efreet/efreet_menu.h b/src/lib/efreet/efreet_menu.h index afefa4cb75..19c3e10211 100644 --- a/src/lib/efreet/efreet_menu.h +++ b/src/lib/efreet/efreet_menu.h @@ -70,7 +70,7 @@ EAPI Efreet_Menu *efreet_menu_new(const char *name); EAPI void efreet_menu_file_set(const char *file); /** - * @return Returns the Efreet_Menu_Internal representation of the default menu or + * @return Returns the Efreet_Menu representation of the default menu or * NULL if none found * @brief Creates the default menu representation */ @@ -78,7 +78,7 @@ EAPI Efreet_Menu *efreet_menu_get(void); /** * @param path The path of the menu to load - * @return Returns the Efreet_Menu_Internal representation on success or NULL on + * @return Returns the Efreet_Menu representation on success or NULL on * failure * @brief Parses the given .menu file and creates the menu representation */