summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_parser.mly
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use ocamlyacc's support for OCaml-style comments"Antonin Décimo2023-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 514a830eae3991aec12146d3f6aeff3aa2d8406a. > The dune build system for the OCaml compiler is morally a hack, it > uses the tools from the ambient opam switch to build the compiler > codebase -- which can break whenever the compiler distribution has > more recent tools than the opam switch, and uses the more recent > features in its own codebase. > This is what is going on here: @DemiMarie introduced a new ocamlyacc > feature, and also started using it in the compiler codebase in the > non-essential commit 514a830. If we want dune to work well, a > reasonable solution is to revert 514a830 for now, and wait until the > next OCaml version is released (with the new ocamlyacc feature) to > merge it again. At this point the dune build will be possible with > the most recent OCaml release as your opam switch. from Gabriel Scherer, https://github.com/ocaml/ocaml/pull/11718#issuecomment-1475338016
* Use ocamlyacc's support for OCaml-style commentsDemi Marie Obenour2023-02-271-1/+1
| | | | | | Now that it exists, use it. Reviewd by Damien Doligez.
* ocamldoc: remove debugging facilitySébastien Hinderer2020-06-091-8/+0
|
* Typos and basic grammar error fixing (#1280)Fourchaux2017-08-101-1/+1
|
* More warnings for ocamldoc.Alain Frisch2016-03-151-1/+0
|
* Update headers for the new license.Damien Doligez2016-02-181-10/+14
| | | | Remains to be done: remove all headers in testsuite/tests.
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13013 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* PR#4831: handle @before tag in ocamldocMaxence Guesdon2010-05-311-0/+18
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10480 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* clean up spaces and tabsDamien Doligez2010-01-221-10/+10
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9547 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* added $Id$ keywordsBasile Starynkevitch2003-11-241-0/+2
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5973 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* detabisationDamien Doligez2002-07-231-23/+23
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5029 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* ajout ocamldoc, pas encore compile automatiquementMaxence Guesdon2002-03-271-0/+156
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4566 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02