diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | ocamlbuild/man/ocamlbuild.1 | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,7 @@ Features wishes: hexa representations (patch by Zoe Paraskevopoulou) - PR#5650: Camlp4FoldGenerator doesn't handle well "abstract" types - PR#6071: Add a -noinit option to the toplevel (patch by David Sheets) +- PR#6166: document -ocamldoc option of ocamlbuild OCaml 4.01.0: diff --git a/ocamlbuild/man/ocamlbuild.1 b/ocamlbuild/man/ocamlbuild.1 index 1f0c6855c..b02d340b7 100644 --- a/ocamlbuild/man/ocamlbuild.1 +++ b/ocamlbuild/man/ocamlbuild.1 @@ -236,6 +236,9 @@ Set the OCaml native compiler \fB\-ocamldep\fR <command> Set the OCaml dependency tool .TP +\fB\-ocamldoc\fR <command> +Set the OCaml documentation generator +.TP \fB\-ocamlyacc\fR <command> Set the ocamlyacc tool .TP |