Improved DEPRECATE comment
This commit is contained in:
parent
a7c4f23b2f
commit
b357a39882
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@
|
|||
|
||||
#wmllint: markcheck off
|
||||
#define DEPRECATE MACRO_NAME VERSION_NAME
|
||||
# Tag macros for removal, the VERSION_NAME argument is the
|
||||
# release where the message is shown the first time.
|
||||
# The removal will be 2 versions later.
|
||||
# Tag macros for removal, where VERSION_NAME is the the next development series from the date of deprecation.
|
||||
[deprecated_message]
|
||||
message="Macro '" + {MACRO_NAME} + "' is scheduled for removal in Wesnoth " + {VERSION_NAME} + "."
|
||||
[/deprecated_message]
|
||||
|
|
Loading…
Add table
Reference in a new issue