mirror of https://github.com/OpenTTD/OpenTTD
(svn r23519) -Change: do not export enum values in the AI documentation
parent
caebb5ac63
commit
1eb17c8307
|
@ -224,6 +224,7 @@ BEGIN {
|
|||
if (in_enum == "true") {
|
||||
print comment_buffer
|
||||
comment_buffer = ""
|
||||
gsub("=([^/]*),", ",", $0)
|
||||
print $0
|
||||
|
||||
# Check if this a special error enum
|
||||
|
|
Loading…
Reference in New Issue