summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-04-27 13:40:27 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2020-04-27 13:42:55 +0200
commit9b4afc238a60181be545cfd1c5c5e70fe86acbc6 (patch)
treee053224f093d273a58f9a896ebcb48d36a8722bc /doc
parent0e1d931be96eee38f15e8c5219f8df16811d1b71 (diff)
downloadefl-9b4afc238a60181be545cfd1c5c5e70fe86acbc6.tar.gz
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 46f3c4edca..a09e1548ec 100644
--- a/doc/main.dox
+++ b/doc/main.dox
@@ -261,3 +261,9 @@
*
* @brief Physics simulation integration and visual effects.
*/
+
+/**
+ * @defgroup Elementary Elementary
+ *
+ * @brief Widget library (See the @ref elementary_main main page).
+ */