summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_man.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11060 from shindere/spring-cleanupSébastien Hinderer2022-03-011-1/+1
|\
| * Remove uses of ;; from the codebaseSébastien Hinderer2022-02-251-1/+1
* | ocamldoc: Render alerts before custom tagsJules Aguillon2022-02-221-1/+1
* | ocamldoc: Support alerts in other backendsJules Aguillon2022-02-221-2/+20
|/
* Fix "Deprecated. " throughoutJohn Whitington2021-01-121-1/+1
* ocamldoc man: use .EX..EE in multi-line code blocksGabriel Scherer2019-11-141-1/+4
* ocamldoc: better support of multiline code blocks in the manpage backendGabriel Scherer2019-11-141-7/+7
* Remove Misc.may_map and similarLeo White2019-05-231-1/+1
* ocamldoc, manpage backend: unwrap module comment docstrings (#2114)Florian Angeletti2018-10-241-3/+4
* ocamldoc: improve printing of subscript/superscript in 'man' formatGabriel Scherer2018-04-091-2/+2
* Typos and basic grammar error fixing (#1280)Fourchaux2017-08-101-1/+1
* MPR#7281: fix .TH macros in generated manpagesOlaf Hering2017-07-241-5/+5
* Ocamldoc: improve support for inline recordsoctachron2016-07-281-26/+30
* More warnings for ocamldoc.Alain Frisch2016-03-151-9/+8
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Remove useless bindings, use proper sequencing instead of 'let _ = ... in ...'.alainfrisch2016-01-201-6/+4
* Enable ocamldoc to build reproducible manpagesValentin Lorentz2015-11-291-10/+5
* Translation of french comments in odocGabriel Scherer2015-10-091-1/+1
* PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer2014-12-211-1/+1
* Reintegrate-merge constructors_with_record5 branch.Alain Frisch2014-10-141-20/+27
|\
* | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-1/+1
* | PR#6274: allow doc comments on object typesMaxence Guesdon2014-05-221-70/+73
* | PR#6425: fix generation of man pages, handling variant constructors and recor...Maxence Guesdon2014-05-221-78/+150
* | PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue2014-05-041-5/+96
|/
* merge generative functorsJacques Garrigue2013-12-171-1/+1
* PR#6257: allow full doc comments on variant constructors and record fieldsMaxence Guesdon2013-12-091-107/+132
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* fix formatting of copyright headersDamien Doligez2012-08-011-0/+1
* fix TABs and whitespaceDamien Doligez2012-07-301-2/+2
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-2/+6
* ocamldoc now updated. odoc_sig.ml was changed from revision 1660Jacques Le Normand2010-10-011-5/+31
* use first-class modules to allow composition of custom generatorsMaxence Guesdon2010-08-241-13/+24
* PR#4831: handle @before tag in ocamldocMaxence Guesdon2010-05-311-0/+17
* PR#4915: new syntax {%format: code %} to put target format specific codeMaxence Guesdon2010-03-081-0/+4
* PR#4914: ability to specify a text for links to elementsMaxence Guesdon2009-12-181-1/+1
* PR#4630: minor fix in ocamldoc man page generationMaxence Guesdon2008-10-291-4/+6
* fix bug #4585 and handle virtual flag for class value in all generatorsMaxence Guesdon2008-07-231-0/+1
* It works: compilers and camlp4 are fully bootstrapped. The ast magic number i...Pierre Weis2007-10-091-2/+4
* fusion 3.09.0 -> 3.09.1Damien Doligez2006-01-041-188/+191
* fusion des modifs de 3.08.4Damien Doligez2005-08-131-2/+11
* fusion des changements jusqu'a 3.08.3Damien Doligez2005-03-241-18/+15
* fix unused variablesMaxence Guesdon2004-12-031-74/+74
* new ocamldoc syntax elements : {\!modules: M1 M2 ...} to insert the table of ...Maxence Guesdon2004-05-231-0/+4
* OK - fix: useless parenthesis around agruments of arguments of a type constru...Maxence Guesdon2004-03-221-5/+7
* use buffers instead of string concatenation in html and man generatorsMaxence Guesdon2004-03-141-475/+571
* new module odoc_print, will work when Format.pp_print_flush is fixedMaxence Guesdon2004-03-051-3/+3
* added $Id$ keywordsBasile Starynkevitch2003-11-241-0/+1
* fix display of include directives and comments associated to include directiv...Maxence Guesdon2003-11-211-0/+2
* fix bad display of type parameters for class and class typesMaxence Guesdon2003-10-171-2/+2
* fix: bad display of values, methods, attributes, types, due to bad use of For...Maxence Guesdon2003-09-131-2/+2