Browse Source

core_api -> coreApi

Simon Krajewski 13 năm trước cách đây
mục cha
commit
c373e72167
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      genxml.ml

+ 1 - 1
genxml.ml

@@ -334,7 +334,7 @@ let generate_type com t =
 	let print_meta ml =
 		List.iter (fun (m,pl,_) ->
 			match m with
-			| ":defparam" | ":core_api" -> ()
+			| ":defparam" | ":coreApi" -> ()
 			| _ ->
 			match pl with
 			| [] -> p "@%s " m