|
|
|
@ -23,7 +23,7 @@ PROJECT_NAME = VLC |
|
|
|
# This could be handy for archiving the generated documentation or |
|
|
|
# if some version control system is used. |
|
|
|
|
|
|
|
PROJECT_NUMBER = |
|
|
|
PROJECT_NUMBER = @VERSION@ |
|
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
|
|
|
# base path where the generated documentation will be put. |
|
|
|
@ -450,9 +450,9 @@ WARN_LOGFILE = |
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories |
|
|
|
# with spaces. |
|
|
|
|
|
|
|
INPUT = ../src \ |
|
|
|
../include \ |
|
|
|
../modules |
|
|
|
INPUT = @top_srcdir@/src \ |
|
|
|
@top_srcdir@/include \ |
|
|
|
@top_srcdir@/modules |
|
|
|
|
|
|
|
# If the value of the INPUT tag contains directories, you can use the |
|
|
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
|
|
|
@ -473,7 +473,7 @@ RECURSIVE = YES |
|
|
|
# excluded from the INPUT source files. This way you can easily exclude a |
|
|
|
# subdirectory from a directory tree whose root is specified with the INPUT tag. |
|
|
|
|
|
|
|
EXCLUDE = ../src/extras |
|
|
|
EXCLUDE = @top_srcdir@/src/extras |
|
|
|
|
|
|
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or |
|
|
|
# directories that are symbolic links (a Unix filesystem feature) are excluded |
|
|
|
@ -521,7 +521,7 @@ IMAGE_PATH = |
|
|
|
# to standard output. If FILTER_PATTERNS is specified, this tag will be |
|
|
|
# ignored. |
|
|
|
|
|
|
|
INPUT_FILTER = "../toolbox --add-include" |
|
|
|
INPUT_FILTER = "@top_srcdir@/toolbox --add-include" |
|
|
|
|
|
|
|
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern |
|
|
|
# basis. Doxygen will compare the file name with each pattern and apply the |
|
|
|
@ -971,8 +971,8 @@ SEARCH_INCLUDES = YES |
|
|
|
# contain include files that are not input files but should be processed by |
|
|
|
# the preprocessor. |
|
|
|
|
|
|
|
INCLUDE_PATH = ../include \ |
|
|
|
../include/vlc |
|
|
|
INCLUDE_PATH = @top_srcdir@/include \ |
|
|
|
@top_srcdir@/include/vlc |
|
|
|
|
|
|
|
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard |
|
|
|
# patterns (like *.h and *.hpp) to filter out the header-files in the |