From 7f48764d173c6bd7eb3191000a482c0d5d7400c1 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Fri, 3 Nov 2017 18:17:53 +0000 Subject: [PATCH] A more readable layout for doxygen landing page Also moved out the C++ reference as that should be separate. (C++ link now on the main /docs page) --- doc/main.dox | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/doc/main.dox b/doc/main.dox index be73dbb..f5da996 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -6,26 +6,36 @@ * which provides a great deal of functionality. Below you can * find documentation for these libraries: * + *

Core libraries

+ * * @li @ref ecore_main operating system abstraction and integration. - * @li @ref edje_main layout and theme library with super powers. * @li @ref eet_main binary data parser and serializer. * @li @ref eeze_main hardware device manipulation and notification. - * @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration. * @li @ref eina_main data types and low-level/basic abstractions. * @li @ref eio_main asynchronous input/output * @li @ref eldbus_main D-Bus integration. * @li @ref embryo_main embedded script language. - * @li @ref emotion_main to play music and videos. * @li @ref eo_main generic object system. + * + *

Graphics libraries

+ * + * @li @ref edje_main layout and theme library with super powers. + * @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration. + * @li @ref elementary_main widget library. + * @li @ref emotion_main to play music and videos. * @li @ref ephysics_main physics simulation integration and visual effects. - * @li @ref escape_main playstation3 portability layer. * @li @ref ethumb_main to generate thumbnail images of files. * @li @ref evas_main drawing canvas. + * + *

Operating System specific libraries

+ * + * @li @ref escape_main playstation3 portability layer. * @li @ref evil_main microsoft windows portability layer. + * + *

Early stage libraries (BETA testing)

+ * * @li @ref eolian_main an EO file parser and code generator. - * @li @ref eina_cxx_main Eina C++ bindings. * @li @ref elocation_main awareness library. - * @li @ref elementary_main widget library. * */ -- 2.7.4