From 2c146c92f571bec04875c2d912871c8ad5d9a2aa Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Wed, 13 Jun 2012 23:21:00 +0200 Subject: Updated doxygen documentation, readme, man pages and release notes Signed-off-by: Christian Muck --- doc/doxygen.cfg.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/doxygen.cfg.cmake') 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 -- cgit v1.2.1