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
 	| Hxml_found -> ()
 	| 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
 		(match Type.follow t with
 		| Type.TAnon a ->