summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 16:12:56 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 16:12:56 +0000
commit6ecaa33f2265b7ba0060ffcdc93e96366a49e886 (patch)
tree645e65ae803f59962c2ed31ca633d15927764872 /doc
parent15ec12fabc8a2e1b896a32a5c1a105e29c3cf626 (diff)
downloadefl-6ecaa33f2265b7ba0060ffcdc93e96366a49e886.tar.gz
efl: Adding a unified main page that links to the "mainpage" of libs.
SVN revision: 81273
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/main.dox18
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 2f6527dd83..c89b7de306 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -592,7 +592,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @top_srcdir@/src/lib
+INPUT = @top_srcdir@/src/lib @srcdir@/main.dox
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
diff --git a/doc/main.dox b/doc/main.dox
new file mode 100644
index 0000000000..0b0049bfe0
--- /dev/null
+++ b/doc/main.dox
@@ -0,0 +1,18 @@
+/**
+ * @mainpage EFL
+ *
+ * The Enlightenment Project covers more than simple window management. It
+ * also includes the EFL(Enlightenment Foundation Libraries), the EFL is a set
+ * of libraries each providing a great deal of functionality. Below you can
+ * find documentation auto-generated daily from SVN source for these
+ * libraries:
+ *
+ * @li @ref eina_main
+ * @li @ref evas_main
+ * @li @ref eet_main
+ * @li @ref embryo_main
+ * @li @ref ecore_main
+ * @li @ref escape_main
+ * @li @ref evil_main
+ *
+ */ \ No newline at end of file