summaryrefslogtreecommitdiff
path: root/ocamldoc
Commit message (Expand)AuthorAgeFilesLines
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-102-7/+6
* Build system: ocaml{doc,lex} should be compiled and linked with -gSébastien Hinderer2022-03-311-3/+4
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-3/+2
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-19/+11
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-5/+2
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-4/+5
* Merge pull request #11060 from shindere/spring-cleanupSébastien Hinderer2022-03-0114-109/+44
|\
| * Remove uses of ;; from the codebaseSébastien Hinderer2022-02-2514-109/+44
* | ocamldoc: Don't merge alertsJules Aguillon2022-02-255-10/+6
* | ocamldoc: Handle alerts in implementationJules Aguillon2022-02-251-10/+48
* | ocamldoc: Don't extract alerts from signaturesJules Aguillon2022-02-241-28/+6
* | ocamldoc: Handle attributes in other itemsJules Aguillon2022-02-231-46/+49
* | ocamldoc: Remove some code duplicationJules Aguillon2022-02-231-41/+38
* | ocamldoc: Handle alerts attached to modules and module typesJules Aguillon2022-02-231-22/+47
* | ocamldoc: Handle unit-wide alertsJules Aguillon2022-02-231-0/+13
* | ocamldoc: Remove unused info_string_of_infoJules Aguillon2022-02-222-89/+0
* | ocamldoc: Fix merging of deprecated tag and alert messagesJules Aguillon2022-02-221-6/+6
* | ocamldoc: Render alerts before custom tagsJules Aguillon2022-02-224-5/+5
* | ocamldoc: Support alerts in other backendsJules Aguillon2022-02-225-5/+51
* | ocamldoc: Unify the deprecated tag and alertJules Aguillon2022-02-221-2/+18
* | ocamldoc: Pass alerts along with 'info'Jules Aguillon2022-02-2214-78/+76
* | ocamldoc: Handle @@alert and @@deprecated attributesJules Aguillon2022-02-2212-17/+93
* | ocamldoc: cleanup info mergingoctachron2022-02-221-126/+53
|/
* Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u...Kate2022-02-012-3/+0
* Add the distclean target to ocamldoc/MakefileSébastien Hinderer2022-01-181-0/+3
* Improve type variable name generation and recursive type detection when print...Antal Spector-Zabusky2021-10-155-11/+3
* Force normalization on access to `row_desc` (#10474)Jacques Garrigue2021-09-101-4/+9
* Clarify: it doesn't need to be that complicatedDavid Allsopp2021-08-301-21/+16
* Remove no longer used SRC from ocamldoc/MakefileDavid Allsopp2021-08-291-2/+0
* Remove unused csig_inher fieldLeo White2021-07-151-2/+1
* Change representation of class typesLeo White2021-07-135-36/+13
* Update dependenciesNicolas Chataing2021-07-051-0/+2
* Move function from Types to BtypeNicolas Chataing2021-07-051-1/+1
* Move logic to get the type path from a constructor return type in TypesNicolas Chataing2021-07-021-5/+1
* Allow explicit binders for type variables (#10437)Stephen Dolan2021-06-301-2/+2
* Normalize type_expr nodes on access (#10337)Jacques Garrigue2021-06-247-56/+70
* review fixesStephen Dolan2021-05-251-1/+1
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-111-4/+4
* Refactor type_descriptions in the typing envNicolas Chataing2021-05-071-1/+1
* Build system: rename the CAMLRUN variable to OCAMLRUNSébastien Hinderer2021-04-271-2/+0
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-271-6/+4
* Merge pull request #10360 from EduardoRFS/refactor-format-of-tpackage-mergeGabriel Scherer2021-04-241-2/+2
|\
| * unify field name and type on TpackageEduardoRFS2021-04-211-2/+2
* | ocamldoc: escape <, > and & in html backendFlorian Angeletti2021-04-221-8/+13
|/
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-1/+0
* documentation: configuration switch for an odoc documentation mode (#9997)Florian Angeletti2021-04-071-37/+0
* added warning for missing mli interface fileAnukriti122021-03-311-1/+1
* Remove unused labelsLeo White2021-03-221-1/+1
* stop using single letter in warning settingsoctachron2021-03-151-1/+1
* Build system: deduplicate the rules used to generate the lexers and parsersSébastien Hinderer2021-03-021-7/+0