From 57620a7afd0e9416c76120017bdcbece0500481b Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Fri, 19 Feb 2016 11:09:55 +0100 Subject: [PATCH] fix syntax error in debug code in odoc_sig.ml --- ocamldoc/odoc_sig.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocamldoc/odoc_sig.ml b/ocamldoc/odoc_sig.ml index b373ecfa3..8859ca2ed 100644 --- a/ocamldoc/odoc_sig.ml +++ b/ocamldoc/odoc_sig.ml @@ -798,7 +798,7 @@ module Analyser = (* DEBUG *) print_DEBUG ("constructor/field "^name^": "^comm) (* DEBUG *) in (* DEBUG *) List.iter f_DEBUG name_comment_list; -(* DEBUG *) end +(* DEBUG *) end; (* get the information for the type in the signature *) let sig_type_decl = try Signature_search.search_type table name.txt