Skip to content

Commit

Permalink
odocify the parsetree comments (#11107)
Browse files Browse the repository at this point in the history
* Odocify the parsetree comments

Signed-off-by: Paul-Elliot <peada@free.fr>
  • Loading branch information
panglesd committed Mar 28, 2022
1 parent 094725c commit 766888d
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 464 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ OCaml 4.14.0
CSS for coloring bullets
(Wiktor Kuchta, review by Florian Angeletti)

- #11107: Lifted comments in the Parsetree module into actual documentation.
(Paul-Elliot Anglès d'Auriac, review by Florian Angeletti)

### Compiler user-interface and warnings:

- #10328, #10780: Give more precise error when disambiguation could not
Expand Down
4 changes: 2 additions & 2 deletions parsing/asttypes.mli
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ type label = string

type arg_label =
Nolabel
| Labelled of string (* label:T -> ... *)
| Optional of string (* ?label:T -> ... *)
| Labelled of string (** [label:T -> ...] *)
| Optional of string (** [?label:T -> ...] *)

type 'a loc = 'a Location.loc = {
txt : 'a;
Expand Down

0 comments on commit 766888d

Please sign in to comment.