summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 16:13:03 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2012-12-18 16:13:03 +0000
commit0809af70fb0e762a748b5d72ed353971d88bae9b (patch)
treebaf0f67fb24cc8487fa8e2c3f8a5f69a4ce61b04 /doc/Doxyfile.in
parent6ecaa33f2265b7ba0060ffcdc93e96366a49e886 (diff)
downloadefl-0809af70fb0e762a748b5d72ed353971d88bae9b.tar.gz
efl: Adding *.dox files from various libs.
SVN revision: 81274
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index c89b7de306..016ca76947 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -592,7 +592,12 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @top_srcdir@/src/lib @srcdir@/main.dox
+INPUT = @top_srcdir@/src/lib \
+ @srcdir@/main.dox \
+ @srcdir@/ecore_examples.dox \
+ @srcdir@/eet_examples.dox \
+ @srcdir@/evas_examples.dox \
+ @builddir@/eio.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