From 15696f5e7c15072d65e76fb40c5ad4867be1e552 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 2 Oct 2019 16:25:03 +0200 Subject: [PATCH] efl_ui_video: bring back Elm_video doxygen group for docs This group got lost at some point and resulted in broken link in our doxygen documentation. Reviewed-by: Xavi Artigas Differential Revision: https://phab.enlightenment.org/D10273 --- src/lib/elementary/efl_ui_video_legacy.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/elementary/efl_ui_video_legacy.h b/src/lib/elementary/efl_ui_video_legacy.h index 1d4d3c3621..d010d3a53e 100644 --- a/src/lib/elementary/efl_ui_video_legacy.h +++ b/src/lib/elementary/efl_ui_video_legacy.h @@ -1,5 +1,10 @@ typedef Eo Elm_Video; +/** + * @defgroup Elm_Video Video + * @ingroup Elementary + */ + /** * @brief Add a new Elm_Player object to the given parent Elementary (container) object. *