From c1375cecf855ebee3a4f63913d546360bc114e38 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 24 Mar 2024 12:47:58 +0100 Subject: [PATCH] Codefix: [Script] script_types was excluded from API documentation --- src/script/api/doxygen_filter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script/api/doxygen_filter.sh b/src/script/api/doxygen_filter.sh index e63c7183d8..451e7d20d6 100755 --- a/src/script/api/doxygen_filter.sh +++ b/src/script/api/doxygen_filter.sh @@ -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