changed too many VERSION to PACKAGE_VERSION, partially undo; refs #12
This commit is contained in:
@@ -571,15 +571,15 @@ SHOW_FILES = YES
|
||||
|
||||
SHOW_NAMESPACES = YES
|
||||
|
||||
# The FILE_PACKAGE_VERSION_FILTER tag can be used to specify a program or script that
|
||||
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
||||
# doxygen should invoke to get the current version for each file (typically from
|
||||
# the version control system). Doxygen will invoke the program by executing (via
|
||||
# popen()) the command <command> <input-file>, where <command> is the value of
|
||||
# the FILE_PACKAGE_VERSION_FILTER tag, and <input-file> is the name of an input file
|
||||
# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
|
||||
# provided by doxygen. Whatever the program writes to standard output
|
||||
# is used as the file version. See the manual for examples.
|
||||
|
||||
FILE_PACKAGE_VERSION_FILTER =
|
||||
FILE_VERSION_FILTER =
|
||||
|
||||
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
|
||||
# by doxygen. The layout file controls the global structure of the generated
|
||||
@@ -641,7 +641,7 @@ WARN_NO_PARAMDOC = NO
|
||||
# tags, which will be replaced by the file and line number from which the
|
||||
# warning originated and the warning text. Optionally the format may contain
|
||||
# $version, which will be replaced by the version of the file (if it could
|
||||
# be obtained via FILE_PACKAGE_VERSION_FILTER)
|
||||
# be obtained via FILE_VERSION_FILTER)
|
||||
|
||||
WARN_FORMAT = "$file:$line: $text"
|
||||
|
||||
|
Reference in New Issue
Block a user