Skip to content

[Java.Interop.Tools.JavaSource] Parse {@param} tags #1045

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
Sep 28, 2022

Conversation

pjcollins
Copy link
Member

Fixes: #1042

Translates {@param foo} into <paramref>foo</paramref>, which should fix ~70 instances of broken summary/remarks/param elements.

@pjcollins pjcollins requested a review from jonpryor September 23, 2022 20:44
Fixes: dotnet#1042

Translates `{@param foo}` into `<paramref>foo</paramref>`, which should
fix ~70 instances of broken summary/remarks/param elements.
@jonpryor jonpryor merged commit e1ee4b1 into dotnet:main Sep 28, 2022
@pjcollins pjcollins deleted the inline-params branch September 28, 2022 23:11
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to 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.

Handle javadoc translation for {@param} tags
2 participants