Nicolas Cannasse 17 年之前
父节点
当前提交
d66521fe0b
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      main.ml

+ 4 - 0
main.ml

@@ -474,6 +474,10 @@ with
 	| Arg.Help msg -> print_string msg
 	| Arg.Help msg -> print_string msg
 	| Hxml_found -> ()
 	| Hxml_found -> ()
 	| Typer.Display t ->
 	| Typer.Display t ->
+		(*
+			documentation is currently not output even when activated
+			because the parse 'eats' it when used in "resume" mode
+		*)
 		let ctx = Type.print_context() in
 		let ctx = Type.print_context() in
 		(match Type.follow t with
 		(match Type.follow t with
 		| Type.TAnon a ->
 		| Type.TAnon a ->