mirror of https://github.com/OpenTTD/OpenTTD
Codefix: [Script] script_types was excluded from API documentation
parent
00db93a2ed
commit
9446ba5ce1
|
@ -21,6 +21,7 @@ fi
|
||||||
case $2 in
|
case $2 in
|
||||||
*ai_changelog.hpp) cat $2; exit 0;;
|
*ai_changelog.hpp) cat $2; exit 0;;
|
||||||
*game_changelog.hpp) cat $2; exit 0;;
|
*game_changelog.hpp) cat $2; exit 0;;
|
||||||
|
*script_types.hpp) cat $2; exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
${AWK} -v api=$1 -f doxygen_filter.awk $2
|
${AWK} -v api=$1 -f doxygen_filter.awk $2
|
||||||
|
|
Loading…
Reference in New Issue