Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

[Java.Interop.Tools.JavaSource] Parse <code/> tags - #1044

Merged
jonpryor merged 1 commit into
dotnet:mainfrom
pjcollins:code-to-c
Sep 28, 2022
Merged

[Java.Interop.Tools.JavaSource] Parse <code/> tags#1044
jonpryor merged 1 commit into
dotnet:mainfrom
pjcollins:code-to-c

Conversation

@pjcollins

Copy link
Copy Markdown
Member

Fixes: #1041

Translates <code/> tags into <c/> tags, which should clean up thousands of illegible &lt;code&gt;foo&lt;/code&gt; instances.

Fixes: dotnet#1041
Translates `<code/>` tags into `<c/>` tags, which should clean up
thousands of illegible `&lt;code&gt;foo&lt;/code&gt;` instances.
@jonpryor
jonpryor merged commit 07c95e9 into dotnet:mainSep 28, 2022
@pjcollins
pjcollins deleted the code-to-c branch September 28, 2022 23:11
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Apr 12, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert <code> HTML elements in javadocs to <c>

2 participants

@pjcollins@jonpryor