Skip to content

Commit

Permalink
fix PR#4215: ocamldoc hand '?' in value names when generating html files
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.09@7923 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
guesdon committed Feb 26, 2007
1 parent a6e0e89 commit 1e01830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocamldoc/odoc_html.ml
Expand Up @@ -110,6 +110,7 @@ module Naming =
| ':' -> st "_column_"
| '~' -> st "_tilde_"
| '!' -> st "_bang_"
| '?' -> st "_questionmark_"
| c -> ch c
done;
Buffer.contents buf
Expand Down

0 comments on commit 1e01830

Please sign in to comment.