mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Codefix: [Script] script_types was excluded from API documentation
This commit is contained in:
parent
ffe76a0133
commit
c1375cecf8
@ -21,6 +21,7 @@ fi
|
||||
case $2 in
|
||||
*ai_changelog.hpp) cat $2; exit 0;;
|
||||
*game_changelog.hpp) cat $2; exit 0;;
|
||||
*script_types.hpp) cat $2; exit 0;;
|
||||
esac
|
||||
|
||||
${AWK} -v api=$1 -f doxygen_filter.awk $2
|
||||
|
Loading…
Reference in New Issue
Block a user