mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-27 06:04:25 +01:00
Codefix 9e9b513: Line numbers do not hide in WARN_LINE_FORMAT.
This commit is contained in:
committed by
rubidium42
parent
0f0f19092b
commit
639cf2aa76
@@ -122,7 +122,7 @@ WARN_NO_PARAMDOC = YES
|
||||
WARN_IF_UNDOC_ENUM_VAL = YES
|
||||
WARN_AS_ERROR = NO
|
||||
WARN_FORMAT = "$file:$${DOXYGEN_WARN_FORMAT_LINE}: $text"
|
||||
WARN_LINE_FORMAT = "at line $line of file $file"
|
||||
WARN_LINE_FORMAT = "at line $${DOXYGEN_WARN_FORMAT_LINE} of file $file"
|
||||
WARN_LOGFILE = ${DOXYGEN_WARN_FILE}
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the input files
|
||||
|
||||
@@ -122,7 +122,7 @@ WARN_NO_PARAMDOC = YES
|
||||
WARN_IF_UNDOC_ENUM_VAL = YES
|
||||
WARN_AS_ERROR = NO
|
||||
WARN_FORMAT = "$file:$${DOXYGEN_WARN_FORMAT_LINE}: $text"
|
||||
WARN_LINE_FORMAT = "at line $line of file $file"
|
||||
WARN_LINE_FORMAT = "at line $${DOXYGEN_WARN_FORMAT_LINE} of file $file"
|
||||
WARN_LOGFILE = ${DOXYGEN_AI_WARN_FILE}
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the input files
|
||||
|
||||
@@ -122,7 +122,7 @@ WARN_NO_PARAMDOC = YES
|
||||
WARN_IF_UNDOC_ENUM_VAL = YES
|
||||
WARN_AS_ERROR = NO
|
||||
WARN_FORMAT = "$file:$${DOXYGEN_WARN_FORMAT_LINE}: $text"
|
||||
WARN_LINE_FORMAT = "at line $line of file $file"
|
||||
WARN_LINE_FORMAT = "at line $${DOXYGEN_WARN_FORMAT_LINE} of file $file"
|
||||
WARN_LOGFILE = ${DOXYGEN_GS_WARN_FILE}
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the input files
|
||||
|
||||
Reference in New Issue
Block a user