summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_print.ml
Commit message (Expand)AuthorAgeFilesLines
* Improve type variable name generation and recursive type detection when print...Antal Spector-Zabusky2021-10-151-2/+1
* Remove unused csig_inher fieldLeo White2021-07-151-2/+1
* Change representation of class typesLeo White2021-07-131-12/+11
* Normalize type_expr nodes on access (#10337)Jacques Garrigue2021-06-241-12/+16
* Make type_expr private (#9994)Jacques Garrigue2020-12-141-5/+8
* a better representation for modules with no name (#8908)Thomas Refis2019-10-091-6/+8
* Remove Misc.may_map and similarLeo White2019-05-231-1/+1
* Remove positions from pathsLeo White2018-11-211-1/+1
* always associate a scope to a type (previously it was optional)Thomas Refis2018-10-051-2/+2
* PR#6416 et al.: injective mapping between identifiers and printed names (#1120)Florian Angeletti2018-06-261-0/+1
* add a scope field to type_exprThomas Refis2018-02-271-1/+4
* Typos and basic grammar error fixing (#1280)Fourchaux2017-08-101-2/+2
* Allow more module aliases in strengtheningLeo White2016-07-281-1/+1
* More warnings for ocamldoc.Alain Frisch2016-03-151-3/+3
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* clean up whitespace and cut long linesDamien Doligez2016-02-171-1/+1
* Translation of french comments in odocGabriel Scherer2015-10-091-3/+3
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-7/+3
* Merge module-alias branch (cf. PR#6063)Jacques Garrigue2014-01-101-0/+1
|\
| * everything works except camlp4Jacques Garrigue2013-10-011-0/+1
* | merge generative functorsJacques Garrigue2013-12-171-1/+1
|/
* Keep attributes/locs for class type declarations and class declarations in Ty...Alain Frisch2013-09-271-4/+4
* Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch2013-04-161-2/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* fix formatting of copyright headersDamien Doligez2012-08-011-0/+1
* fix encoding bugs by replacing all non-ASCII charactersDamien Doligez2012-07-301-1/+1
* merge with branch bin-annotFabrice Le Fessant2012-05-301-10/+10
* clean up spaces and tabsDamien Doligez2010-01-221-11/+11
* ajout du champ cty_inher dans Types.class_declarationJacques Garrigue2004-05-181-0/+1
* improve display of functor parameters, added mp_type_code field to functor pa...Maxence Guesdon2004-03-261-7/+21
* new module odoc_print, will work when Format.pp_print_flush is fixedMaxence Guesdon2004-03-051-0/+89