Add UPGRADING document to doxygen docs

This commit is contained in:
Dirk Ziegelmeier 2016-07-27 08:21:54 +02:00
parent 6b524367a3
commit 6618189342
2 changed files with 6 additions and 2 deletions

View File

@ -781,7 +781,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = ../../src main_page.h contrib.h
INPUT = ../../src main_page.h contrib.h upgrading.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -875,7 +875,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).
EXAMPLE_PATH = ../
EXAMPLE_PATH = ../ ../../
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and

4
doc/doxygen/upgrading.h Normal file
View File

@ -0,0 +1,4 @@
/**
* @page upgrading Upgrading
* @verbinclude "UPGRADING"
*/