Changeset - r18661:ffdb4b1a55ef
[Not reviewed]
master
0 1 0
rubidium - 12 years ago 2011-12-15 18:35:46
rubidium@openttd.org
(svn r23519) -Change: do not export enum values in the AI documentation
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/script/api/doxygen_filter.awk
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)