git-svn-id: svn://db.shs.com.ru/pip@636 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
15
Doxyfile
15
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = PIP
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 1.7.1
|
||||
PROJECT_NUMBER = 1.8.0
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
@@ -793,7 +793,13 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = src_main
|
||||
INPUT = src_main \
|
||||
src_crypt \
|
||||
src_fftw \
|
||||
src_io_utils \
|
||||
src_compress \
|
||||
src_opencl \
|
||||
src_usb
|
||||
|
||||
# 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
|
||||
@@ -2096,11 +2102,12 @@ SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH = src_main/code \
|
||||
src_main/containers \
|
||||
src_main/core \
|
||||
src_main/io \
|
||||
src_main/math \
|
||||
src_main/system \
|
||||
src_main/thread \
|
||||
src_main/console
|
||||
src_main/console \
|
||||
src_main/io_devices \
|
||||
src_main/io_utils
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user