diff options
author | Andy Williams <andy@andywilliams.me> | 2017-12-13 17:28:18 +0000 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2017-12-13 18:10:57 +0000 |
commit | ebff6b42efa371daa62fe6a9081f27d6aa0596b3 (patch) | |
tree | 7b73a761bd916648ed569e5cc003b331c507bcf7 /doc | |
parent | ed307bda4062f84873005dcae5fbf4ddfaf93e5d (diff) | |
download | efl-ebff6b42efa371daa62fe6a9081f27d6aa0596b3.tar.gz |
docs: Updated legacy API introduction
Diffstat (limited to 'doc')
-rw-r--r-- | doc/main.dox | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/main.dox b/doc/main.dox index f5da99668e..df4bd0c879 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -1,10 +1,18 @@ /** * @mainpage Enlightenment Foundation Libraries (EFL) * - * The Enlightenment Project covers more than simple window management. It - * also includes the EFL, or Enlightenment Foundation Libraries: a framework - * which provides a great deal of functionality. Below you can - * find documentation for these libraries: + * The Enlightenment Foundation Libraries (EFL) cover a wide range of + * functions including inter-process communication (IPC), graphics, audio + * and even location services. Other powerful features include file + * handling utilities, widgets and user interface controls, thumbnailing + * and rendering via scene graph. You can discover more of EFL's + * capabilities by visiting the + * <a href="https://enlightenment.org/about-efl.md" target="_top">About EFL page</a>. + * + * For ease of access to documentation, EFL can be split into Core, + * Graphics, Operating System Specific and Beta library categories. + * Documentation for libraries in each of these categories is available + * below. * * <h3>Core libraries</h3> * |