Doxyfile (2982:0ecdb0879b14) Doxyfile (9264:1607119c36bb)
1# Doxyfile 1.3.6
2
3# This file describes the settings to be used by the documentation system
4# doxygen (www.doxygen.org) for a project
5#
6# All text after a hash (#) is considered a comment and will be ignored
7# The format is:
8# TAG = value [value, ...]

--- 445 unchanged lines hidden (view full) ---

454# Possible values are YES and NO. If left blank NO is used.
455
456EXAMPLE_RECURSIVE = NO
457
458# The IMAGE_PATH tag can be used to specify one or more files or
459# directories that contain image that are included in the documentation (see
460# the \image command).
461
1# Doxyfile 1.3.6
2
3# This file describes the settings to be used by the documentation system
4# doxygen (www.doxygen.org) for a project
5#
6# All text after a hash (#) is considered a comment and will be ignored
7# The format is:
8# TAG = value [value, ...]

--- 445 unchanged lines hidden (view full) ---

454# Possible values are YES and NO. If left blank NO is used.
455
456EXAMPLE_RECURSIVE = NO
457
458# The IMAGE_PATH tag can be used to specify one or more files or
459# directories that contain image that are included in the documentation (see
460# the \image command).
461
462IMAGE_PATH =
462IMAGE_PATH = doxygen/images
463
464# The INPUT_FILTER tag can be used to specify a program that doxygen should
465# invoke to filter for each input file. Doxygen will invoke the filter program
466# by executing (via popen()) the command <filter> <input-file>, where <filter>
467# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
468# input file. Doxygen will then use the output that the filter program writes
469# to standard output.
470

--- 657 unchanged lines hidden ---
463
464# The INPUT_FILTER tag can be used to specify a program that doxygen should
465# invoke to filter for each input file. Doxygen will invoke the filter program
466# by executing (via popen()) the command <filter> <input-file>, where <filter>
467# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
468# input file. Doxygen will then use the output that the filter program writes
469# to standard output.
470

--- 657 unchanged lines hidden ---