Skip to content

Fix doc comments on exceptions#889

Merged
Julow merged 1 commit intoocaml-ppx:ast-408from
Julow:fix_doc_exn
Jun 14, 2019
Merged

Fix doc comments on exceptions#889
Julow merged 1 commit intoocaml-ppx:ast-408from
Julow:fix_doc_exn

Conversation

@Julow
Copy link
Copy Markdown
Collaborator

@Julow Julow commented Jun 14, 2019

With 4.08 the doc comment is attached to the constructor instead of the declaration.

In this example with 4.07:

(** A *)
exception A of int
(** C *)

the C comment will be moved to the right of the constructor. Is this an issue?

@Julow Julow merged commit 6049cca into ocaml-ppx:ast-408 Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants