Skip to content

Correct markup in Javadoc for unbalanced braces#679

Merged
garydgregory merged 1 commit intoapache:masterfrom
FSchumacher:javadoc-markup
Dec 22, 2020
Merged

Correct markup in Javadoc for unbalanced braces#679
garydgregory merged 1 commit intoapache:masterfrom
FSchumacher:javadoc-markup

Conversation

@FSchumacher
Copy link
Copy Markdown
Contributor

Use <code>{</code> instead of {@code {}, as the latter one is
invalid. It works in the current javadoc, as it is accompanied
with the equally invalid closing statement {@code }}, which
balances the used braces in the {@code ...} fragments and combines
the first invalid statement with the last one.

Use <code>{</code> instead of {@code {}, as the latter one is
invalid. It works onn the current javadoc, as it is accompanied
with the equally invalid closing statement {@code }}, which
balances the used braces in the @code fragements and combines
the first invalid statement with the last one.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.016% when pulling 40c873a on FSchumacher:javadoc-markup into d704c0d on apache:master.

@garydgregory garydgregory changed the title Correct markup in javadoc for unbalanced braces Correct markup in Javadoc for unbalanced braces Dec 22, 2020
@garydgregory garydgregory merged commit 0a4505f into apache:master Dec 22, 2020
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