summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-04-27 13:40:27 +0200
committerJongmin Lee <jm105.lee@samsung.com>2020-04-28 06:18:01 +0900
commitfeb0d0ab7c8665e6fc47344f6f4282ec66ab4321 (patch)
treeff78ef45ee728e290a9bb8d5b580e22f0eb22610 /doc
parenta034da60965662ba2ab8ad7e7a963fd41e1c975b (diff)
downloadefl-feb0d0ab7c8665e6fc47344f6f4282ec66ab4321.tar.gz
efl-feb0d0ab7c8665e6fc47344f6f4282ec66ab4321.tar.bz2
efl-feb0d0ab7c8665e6fc47344f6f4282ec66ab4321.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/main.dox6
1 files changed, 6 insertions, 0 deletions
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).
+ */