Skip to content

docs: add missing p tags and rework existing tag for consistency #2449

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

Merged
merged 1 commit into from
Apr 1, 2023

Conversation

ImMorpheus
Copy link
Contributor

add implNote when the comment is an implementation detail
remove ignored newlines


Opening a PR to gather more feedback on this before pushing more changes.

We're currently using a mix of

* foo
*
* <p>bar

and

* foo
* <p>
* bar

This is confusing and already created some issues (missing paragraphs). Since empty lines are ignored by the javadoc, this PR is using 2) consistently.

add implNote when the comment is an implementation detail
remove ignored newlines
@ImMorpheus ImMorpheus merged commit c3c8524 into api-10 Apr 1, 2023
@ImMorpheus ImMorpheus deleted the docs/paragraph-space branch April 1, 2023 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant