summaryrefslogtreecommitdiff
path: root/doc/doxygen.cfg.cmake
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-06-13 23:21:00 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:53:29 +0200
commit2c146c92f571bec04875c2d912871c8ad5d9a2aa (patch)
tree5b47842db82aa67f1228a45391ff0f20a47209a9 /doc/doxygen.cfg.cmake
parent4dcb40918c0e2ea9352d2182898cf335519f65a4 (diff)
downloadDLT-daemon-2c146c92f571bec04875c2d912871c8ad5d9a2aa.tar.gz
Updated doxygen documentation, readme, man pages and release notes
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'doc/doxygen.cfg.cmake')
-rwxr-xr-xdoc/doxygen.cfg.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doxygen.cfg.cmake b/doc/doxygen.cfg.cmake
index ded84c3..13eec96 100755
--- a/doc/doxygen.cfg.cmake
+++ b/doc/doxygen.cfg.cmake
@@ -573,7 +573,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ./../../src/ \
+INPUT = ./../../doc/mainpage.h \
+ ./../../src/ \
./../../include
@@ -671,7 +672,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).
-IMAGE_PATH =
+IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc/images
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program