Add some of the .txt files in /doc subdir to doxygen documentation

This commit is contained in:
Dirk Ziegelmeier
2016-07-25 08:16:39 +02:00
parent 28dd0813ab
commit d75ece2505
8 changed files with 24 additions and 5 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
INPUT = ../../src main_page.h rawapi.h ppp.h contrib.h sys_arch.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