xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9b4afc238a60181be545cfd1c5c5e70fe86acbc6

commit 9b4afc238a60181be545cfd1c5c5e70fe86acbc6
Author: Xavi Artigas <[email protected]>
Date:   Mon Apr 27 13:40:27 2020 +0200

    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(+)

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).
+ */

-- 


Reply via email to