add a @see
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Oct 2011 04:59:31 +0000 (04:59 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Oct 2011 04:59:31 +0000 (04:59 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64421 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index e76b41c..4424f23 100644 (file)
@@ -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);
    /**