Skip to content

Conversation

@GreenRecycleBin
Copy link
Contributor

{@code}

{@code text }

Equivalent to {@literal text }.

Displays text in code font without interpreting the text as HTML markup or nested Javadoc tags.

https://docs.oracle.com/en/java/javase/12/docs/specs/doc-comment-spec.html

This is why {@code */*} isn't rendered as */* as expected.

@pivotal-issuemaster This is an Obvious Fix.

"
{@code}

    {@code text }

Equivalent to <code>{@literal text }</code>.

Displays text in code font without interpreting the text as HTML markup or nested Javadoc tags.
"
https://docs.oracle.com/en/java/javase/12/docs/specs/doc-comment-spec.html

This is why {@code &spring-projects#42;&spring-projects#47;&spring-projects#42;} isn't rendered as <code>*/*</code> as expected.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Aug 9, 2019
@sbrannen sbrannen self-assigned this Aug 9, 2019
@sbrannen sbrannen added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Aug 9, 2019
@sbrannen sbrannen merged commit 60ec736 into spring-projects:master Aug 9, 2019
@sbrannen sbrannen added this to the 5.2 RC2 milestone Aug 9, 2019
@sbrannen
Copy link
Member

sbrannen commented Aug 9, 2019

Good catch.

This has been merged into master.

Thanks

@GreenRecycleBin GreenRecycleBin deleted the fix-all-media-types-in-javadoc branch August 10, 2019 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants