Browse Source

[xml] generate meta for enum fields

Simon Krajewski 11 years ago
parent
commit
9b1095c6e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      genxml.ml

+ 1 - 1
genxml.ml

@@ -167,7 +167,7 @@ let gen_constr e =
 		| _ ->
 			[] , doc
 	) in
-	node e.ef_name args t
+	node e.ef_name args (t @ gen_meta e.ef_meta)
 
 let gen_ordered_constr e =
 	let rec loop el = match el with