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