(svn r17621) -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo.

This commit is contained in:
rubidium
2009-09-23 16:07:17 +00:00
parent a848fda880
commit 6032f406ad
5 changed files with 182 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ if [ -z "$1" ]; then
for f in `ls *.hpp`; do
case "${f}" in
# these files should not be changed by this script
"ai_controller.hpp" | "ai_object.hpp" | "ai_types.hpp" | "ai_changelog.hpp" ) continue;
"ai_controller.hpp" | "ai_object.hpp" | "ai_types.hpp" | "ai_changelog.hpp" | "ai_info_docs.hpp" ) continue;
esac
${AWK} -f squirrel_export.awk ${f} > ${f}.tmp
if ! [ -f "${f}.sq" ] || [ -n "`diff -I '$Id' ${f}.tmp ${f}.sq 2> /dev/null || echo boo`" ]; then