ocaml/ocamldoc
Runhang Li 97329f30ed Extend `open` to arbritrary module expressions in structures and to
applicative module paths in signatures
2018-11-26 16:20:37 +00:00
..
generators Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
.depend make alldepend 2018-11-11 17:20:27 +01:00
Changes.txt merge version/4.00 at revision 12866 2012-08-21 07:10:35 +00:00
Makefile ocamldoc makefile: clean pdf and texi docs 2018-11-06 13:45:25 +01:00
Makefile.docfiles documentation: move operator table to a new page 2018-11-04 17:49:22 +01:00
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
ocamldoc.hva Call the '#' sign hash rather than sharp. 2016-05-09 16:34:40 +02:00
ocamldoc.sty clean up spaces and tabs 2010-01-22 12:48:24 +00:00
odoc.ml More warnings for ocamldoc. 2016-03-15 22:47:33 +01:00
odoc_analyse.ml Move variable printer to Pprintast 2018-11-06 13:12:54 +01:00
odoc_analyse.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_args.ml "Alerts" as a generalization of "deprecated" (#1804) 2018-11-15 09:51:35 +01:00
odoc_args.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_ast.ml Extend `open` to arbritrary module expressions in structures and to 2018-11-26 16:20:37 +00:00
odoc_ast.mli fix several typos in comments 2017-02-13 17:09:50 +01:00
odoc_class.ml PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
odoc_comments.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
odoc_comments.mli Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_comments_global.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_comments_global.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_config.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_config.mli fix several typos in comments 2017-02-13 17:09:50 +01:00
odoc_control.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_cross.ml ocamldoc: add a -lib flag for prefixed libraries 2018-09-03 13:59:32 +01:00
odoc_cross.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_dag2html.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_dag2html.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_dep.ml Just some tbl things. (#1699) 2018-07-23 13:19:41 +01:00
odoc_dot.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_env.ml Extend `open` to arbritrary module expressions in structures and to 2018-11-26 16:20:37 +00:00
odoc_env.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_exception.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_extension.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_gen.ml More warnings for ocamldoc. 2016-03-15 22:47:33 +01:00
odoc_gen.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_global.ml ocamldoc: add a -lib flag for prefixed libraries 2018-09-03 13:59:32 +01:00
odoc_global.mli ocamldoc: add a -lib flag for prefixed libraries 2018-09-03 13:59:32 +01:00
odoc_html.ml ocamldoc: add a -lib flag for prefixed libraries 2018-09-03 13:59:32 +01:00
odoc_index.html Prefix the compilation unit names of all modules in the stdlib 2018-02-12 08:29:16 +00:00
odoc_info.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_info.mli ocamldoc: add a -lib flag for prefixed libraries 2018-09-03 13:59:32 +01:00
odoc_inherit.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_latex.ml ocamldoc, latex: keep text in {{!lbl} text} 2018-09-02 16:00:44 +02:00
odoc_latex_style.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_lexer.mll Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_man.ml ocamldoc, manpage backend: unwrap module comment docstrings (#2114) 2018-10-24 12:00:49 +02:00
odoc_merge.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
odoc_merge.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_messages.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
odoc_misc.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
odoc_misc.mli Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_module.ml Just some tbl things. (#1699) 2018-07-23 13:19:41 +01:00
odoc_name.ml Remove positions from paths 2018-11-21 03:39:34 -05:00
odoc_name.mli ocamldoc: add a -lib flag for prefixed libraries 2018-09-03 13:59:32 +01:00
odoc_ocamlhtml.mll PR#7272: ocamldoc, escape blanks outside of <pre> 2016-09-08 02:21:47 +02:00
odoc_parameter.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_parser.mly Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_print.ml Remove positions from paths 2018-11-21 03:39:34 -05:00
odoc_print.mli Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_scan.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_search.ml Detect unused module declarations. 2016-07-18 10:35:19 +02:00
odoc_search.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_see_lexer.mll More warnings for ocamldoc. 2016-03-15 22:47:33 +01:00
odoc_sig.ml Extend `open` to arbritrary module expressions in structures and to 2018-11-26 16:20:37 +00:00
odoc_sig.mli Merge pull request #792 from sliquister/generalize-destr-subst2 2017-09-15 09:29:29 +01:00
odoc_str.ml PR#6416 et al.: injective mapping between identifiers and printed names (#1120) 2018-06-26 22:03:45 +02:00
odoc_str.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_test.ml More warnings for ocamldoc. 2016-03-15 22:47:33 +01:00
odoc_texi.ml PR#7363: add a texinfo title option to ocamldoc 2017-10-04 13:05:05 +02:00
odoc_text.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_text.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_text_lexer.mll Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_text_parser.mly fix grammar conflicts in ocamldoc 2018-04-20 15:42:59 +02:00
odoc_to_text.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_type.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_types.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_types.mli Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_value.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
remove_DEBUG GPR#931 follow-up: problem with remove_DEBUG sed script under OpenBSD 2017-10-07 15:52:07 +02:00