stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=15696f5e7c15072d65e76fb40c5ad4867be1e552
commit 15696f5e7c15072d65e76fb40c5ad4867be1e552 Author: Stefan Schmidt <[email protected]> Date: Wed Oct 2 16:25:03 2019 +0200 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 <[email protected]> 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. * --
