davemds pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=132847c53f17b4e18c56dab1cc9e9cc5669d2bc0

commit 132847c53f17b4e18c56dab1cc9e9cc5669d2bc0
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Wed Aug 12 09:15:09 2015 +0200

    Fix docs for elm_object_tooltip_orient_set
    
    The function is not visible in docs,
    this should make it visible
---
 src/lib/elm_tooltip.h | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/lib/elm_tooltip.h b/src/lib/elm_tooltip.h
index 2d934d4..cb508a6 100644
--- a/src/lib/elm_tooltip.h
+++ b/src/lib/elm_tooltip.h
@@ -71,19 +71,17 @@ EAPI void elm_object_tooltip_move_freeze_pop(Evas_Object 
*obj);
 EAPI int elm_object_tooltip_move_freeze_get(const Evas_Object *obj);
 
 /**
- * @def elm_object_tooltip_orient_set
- * @since 1.9
- *
  * @brief Sets the orientation of the tooltip around the owner region
  *
  * Sets the position in which tooltip will appear around its owner. By default,
  * #ELM_TOOLTIP_ORIENT_NONE is set.
  *
- * @param[in] obj owner widget.
- * @param[in] orient orientation.
+ * @param obj The owner widget.
+ * @param orient The orientation of the tooltip.
  *
  * @ingroup Tooltips
- * @see @ref Elm_Tooltip_Orient for possible values.
+ * @see Elm_Tooltip_Orient for possible values.
+ * @since 1.9
  */
 EAPI void elm_object_tooltip_orient_set(Evas_Object *obj, Elm_Tooltip_Orient 
orient);
 

-- 


Reply via email to