From feb0d0ab7c8665e6fc47344f6f4282ec66ab4321 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Mon, 27 Apr 2020 13:40:27 +0200 Subject: doxygen docs: Add missing Elementary group Elementary has a main page (elementary_main) like other libs (Ecore, Evas...) but it was missing a doxygen group like the other libs. This group is not terribly useful but it is manually referenced from dozens of places, resulting in lots of warnings. I thought this solution is simpler than removing all the manual references. --- doc/main.dox | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/main.dox b/doc/main.dox index 5b998fbbd3..727f2e52be 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -291,3 +291,9 @@ * * @brief Physics simulation integration and visual effects. */ + +/** + * @defgroup Elementary Elementary + * + * @brief Widget library (See the @ref elementary_main main page). + */ -- cgit v1.2.3