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.
This commit is contained in:
Xavi Artigas 2020-04-27 13:40:27 +02:00
parent 0e1d931be9
commit 9b4afc238a
1 changed files with 6 additions and 0 deletions

View File

@ -261,3 +261,9 @@
*
* @brief Physics simulation integration and visual effects.
*/
/**
* @defgroup Elementary Elementary
*
* @brief Widget library (See the @ref elementary_main main page).
*/