We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code currently strip @link and @see tags because they are supposedly not rendered by Visual Studio
@link
@see
ice/cpp/src/slice2cs/Gen.cpp
Line 744 in 910b174
Line 765 in 910b174
Now that we are generating docfx API reference it would be better to preserve this and covert them as appropriate.
<see cref=...
<seealso cref=...
The text was updated successfully, but these errors were encountered:
pepone
No branches or pull requests
The code currently strip
@link
and@see
tags because they are supposedly not rendered by Visual Studioice/cpp/src/slice2cs/Gen.cpp
Line 744 in 910b174
ice/cpp/src/slice2cs/Gen.cpp
Line 765 in 910b174
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=...
The text was updated successfully, but these errors were encountered: