From 744f53df3fe48083c24c0e4577deab6b0eb01172 Mon Sep 17 00:00:00 2001 From: raster Date: Thu, 27 Oct 2011 04:59:31 +0000 Subject: [PATCH] add a @see git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64421 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index e76b41c..4424f23 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -3801,8 +3801,10 @@ extern "C" { * background with elm_bg_add(), as well as setting the window title to * @p title. The window type created is of type ELM_WIN_BASIC, with NULL * as the parent widget. - * + * * @return The created object, or NULL on failure + * + * @see elm_win_add() */ EAPI Evas_Object *elm_win_util_standard_add(const char *name, const char *title); /** -- 2.7.4