瀏覽代碼

core_api -> coreApi

Simon Krajewski 13 年之前
父節點
當前提交
c373e72167
共有 1 個文件被更改,包括 1 次插入1 次删除
  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