Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: invalid indentation of paragraph after a tag #1719

Closed
gpetiot opened this issue Jul 13, 2021 · 2 comments
Closed

Bug: invalid indentation of paragraph after a tag #1719

gpetiot opened this issue Jul 13, 2021 · 2 comments
Milestone

Comments

@gpetiot
Copy link
Collaborator

gpetiot commented Jul 13, 2021

Spotted in mirage/irmin#1474 (review)

(** @raise Invalid_argument if the key name is not made of a sequence of ASCII lowercase letter, digit, dash or underscore.

    {b Warning.} Beware!! *)

is formatted as: (with parse-docstrings)

(** @raise Invalid_argument
      if the key name is not made of a sequence of ASCII lowercase letter,
      digit, dash or underscore.

      {b Warning.} Beware!! *)
@gpetiot
Copy link
Collaborator Author

gpetiot commented Jul 13, 2021

Cross-ref in odoc-parser: ocaml-doc/odoc-parser#1

@gpetiot
Copy link
Collaborator Author

gpetiot commented Jul 14, 2021

As said in ocaml-doc/odoc-parser#1 this is expected, so closing this issue

@gpetiot gpetiot closed this as completed Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant