fix hover doc -> no html tags. breaks latex docs.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 27 May 2011 05:42:27 +0000 (05:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 27 May 2011 05:42:27 +0000 (05:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59726 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_hover.c

index 830bc93..239c899 100644 (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().
  *