diff options
| author | notin | 2008-06-26 14:02:04 +0000 |
|---|---|---|
| committer | notin | 2008-06-26 14:02:04 +0000 |
| commit | afc087182a5b44f08de1c90d84293648c35ecc5c (patch) | |
| tree | 3a9db1080c19db0df102ca2680f43cd69d1bf353 /tools | |
| parent | 8ebcb152ca0cf260fe1980758e4434c74926d78e (diff) | |
Oubli lors de la révision #11177
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11179 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/index.mll | 3 | ||||
| -rw-r--r-- | tools/coqdoc/output.ml | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tools/coqdoc/index.mll b/tools/coqdoc/index.mll index e4d464236a..9daec6b554 100644 --- a/tools/coqdoc/index.mll +++ b/tools/coqdoc/index.mll @@ -407,8 +407,7 @@ and module_refs = parse { module_refs lexbuf } | ident { let id = lexeme lexbuf in - (Printf.eprintf "DEBUG: id = %s\n" id; - try + (try add_mod !current_library (lexeme_start lexbuf) (Hashtbl.find modules id) id with Not_found -> () diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index a75b7196d6..a5378e9df1 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -443,7 +443,6 @@ module Html = struct printf "</span>" end else begin - Printf.eprintf "DEBUG: looking for (%s, %d)\n" !current_module loc; try (match Index.find !current_module loc with | Def (fullid,_) -> |
