Browse Source

Add AnnotateSource

Hugh 9 years ago
parent
commit
58e8f5efb7
1 changed files with 2 additions and 0 deletions
  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")