* doc/mainpage.dox: New file.
* doc/Makefile.am (EXTRA_DIST): Add mainpage.dox. * doc/Doxyfile.in (INPUT): Add @srcdir@/mainpage.dox
This commit is contained in:
parent
8e3a24ad5c
commit
ecda9e2641
4 changed files with 21 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ WARN_LOGFILE =
|
|||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = @top_srcdir@/src
|
||||
INPUT = @srcdir@/mainpage.dox @top_srcdir@/src
|
||||
FILE_PATTERNS = *.hh \
|
||||
*.hxx
|
||||
RECURSIVE = YES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue