Skip to content
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

Improve slice2cs doc comment conversion #3268

Open
pepone opened this issue Dec 16, 2024 · 0 comments
Open

Improve slice2cs doc comment conversion #3268

pepone opened this issue Dec 16, 2024 · 0 comments
Assignees
Milestone

Comments

@pepone
Copy link
Member

pepone commented Dec 16, 2024

The code currently strip @link and @see tags because they are supposedly not rendered by Visual Studio

const string link = "{@link";

static const string seeTag = "@see";

Now that we are generating docfx API reference it would be better to preserve this and covert them as appropriate.

  • @link should become <see cref=...
  • @see should become <seealso cref=...
@pepone pepone added this to the 3.8.0 milestone Dec 16, 2024
@pepone pepone self-assigned this Dec 16, 2024
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

No branches or pull requests

1 participant