浏览代码

Add AnnotateSource

Hugh 9 年之前
父节点
当前提交
58e8f5efb7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      common.ml

+ 2 - 0
common.ml

@@ -164,6 +164,7 @@ module Define = struct
 	type strict_defined =
 		| AbsolutePath
 		| AdvancedTelemetry
+		| AnnotateSource
 		(* | Analyzer *)
 		| As3
 		| CheckXmlProxy
@@ -251,6 +252,7 @@ module Define = struct
 	let infos = function
 		| AbsolutePath -> ("absolute_path","Print absolute file path in trace output")
 		| AdvancedTelemetry -> ("advanced-telemetry","Allow the SWF to be measured with Monocle tool")
+		| AnnotateSource -> ("annotate_source","Add additional comments to generated source code")
 		(* | Analyzer -> ("analyzer","Use static analyzer for optimization (experimental)") *)
 		| As3 -> ("as3","Defined when outputing flash9 as3 source code")
 		| CheckXmlProxy -> ("check_xml_proxy","Check the used fields of the xml proxy")