fix hover doc -> no html tags. breaks latex docs.

SVN revision: 59726
This commit is contained in:
Carsten Haitzler 2011-05-27 05:42:27 +00:00
parent 206a156dca
commit 9d14156e2f
1 changed files with 0 additions and 2 deletions

View File

@ -943,12 +943,10 @@ elm_hover_content_unset(Evas_Object *obj, const char *swallow)
* NULL, on errors.
*
* @p pref_axis may be one of
* <ul>
* - @c ELM_HOVER_AXIS_NONE -- no prefered orientation
* - @c ELM_HOVER_AXIS_HORIZONTAL -- horizontal
* - @c ELM_HOVER_AXIS_VERTICAL -- vertical
* - @c ELM_HOVER_AXIS_BOTH -- both
* </ul>
*
* See also elm_hover_content_set().
*