Put back the documentation comments removed in 0e800d36a6

This time they're added in the wrong place so as not to break the schema validation; they can be moved to the correct place later once that actually works.
This commit is contained in:
Celtic Minstrel 2020-11-29 12:44:31 -05:00
parent 71b0a785e4
commit 212b4fc3d1

View file

@ -10,17 +10,19 @@
[/objective]
#enddef
# Add a footnote to an objective in small print
#define OBJECTIVE_FOOTNOTE TEXT
# Add a footnote to an objective in small print
"<span foreground='white'><small> " + {TEXT} + "</small></span>"
#enddef
#wmllint: markcheck off
# Add a note to an objective indication that you get an early finish bonus
#define EARLY_FINISH_BONUS_FOOTNOTE
"<span foreground='white'><small> " + _"(early finish bonus)" + "</small></span>"#enddef
{OBJECTIVE_FOOTNOTE _"(early finish bonus)"}#enddef
#wmllint: markcheck on
#define ALTERNATIVE_OBJECTIVE_CAPTION
# Add a caption for an alternative objective
caption= _ "Alternative objective:"
#enddef