ocaml/ocamldoc
Valentin Gatien-Baron 3d0299a185 Create warning 64, for uses of -unsafe with a -pp that returns a marshalled ast
Instead of the current print to stderr. This way it's treated the same
as other warnings: it has a position, colors, can be made an error,
disabled, goes in the expected formatter, is documented.
2018-07-15 15:08:38 -04:00
..
generators Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
stdlib_non_prefixed Remove the Sort module. (PR7812) 2018-07-13 16:04:49 +02:00
.depend Core review work 2018-02-12 08:29:17 +00:00
Changes.txt merge version/4.00 at revision 12866 2012-08-21 07:10:35 +00:00
Makefile fix an unintended change of library installation directory for ocamldoc 2018-07-03 14:04:16 +02:00
Makefile.unprefix Whitespace and overlong line fixes. 2018-06-14 15:15:34 +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 Create warning 64, for uses of -unsafe with a -pp that returns a marshalled ast 2018-07-15 15:08:38 -04:00
odoc_analyse.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_args.ml Move Location.absname to Clflags.absname (#1886) 2018-07-06 13:43:28 +01:00
odoc_args.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_ast.ml allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01: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 More warnings for ocamldoc. 2016-03-15 22:47:33 +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 Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +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 Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_dot.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_env.ml More warnings for ocamldoc. 2016-03-15 22:47:33 +01: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 Prefix the compilation unit names of all modules in the stdlib 2018-02-12 08:29:16 +00:00
odoc_global.mli Prefix the compilation unit names of all modules in the stdlib 2018-02-12 08:29:16 +00:00
odoc_html.ml ocamldoc, html: add end line to please AppVeyor 2018-03-06 11:58:10 +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 fix few documentation headers 2017-10-04 13:05:05 +02:00
odoc_inherit.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_latex.ml Support empty variants (#1546) 2018-03-06 10:48:16 +09: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: improve printing of subscript/superscript in 'man' format 2018-04-09 17:54:23 +02:00
odoc_merge.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_merge.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
odoc_messages.ml Prefix the compilation unit names of all modules in the stdlib 2018-02-12 08:29:16 +00:00
odoc_misc.ml More warnings for ocamldoc. 2016-03-15 22:47:33 +01:00
odoc_misc.mli Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
odoc_module.ml PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
odoc_name.ml Teach Changes, ocamldoc and the manual about deep destructive substitutions 2017-08-01 07:40:14 -04:00
odoc_name.mli Merge pull request #792 from sliquister/generalize-destr-subst2 2017-09-15 09:29:29 +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 PR#6416 et al.: injective mapping between identifiers and printed names (#1120) 2018-06-26 22:03:45 +02: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 allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01: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