This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Fix # See Also
links in API documentation comments #338
Open
Description
Describe the bug
Some of the /// # See Also
sections in API documentation comments are not properly formatted as lists of links when viewed at docs.microsoft.com/quantum.
For example, the documentation for UncurriedOp
incorrectly links to UncurryOpA
, UncurryOpC
, and UncurryOpCA
instead of the newly refactored name:
To fix, the /// # See Also
section of API documentation comments should be a list of fully-qualified names. For more details, see the API documentation section of the contribution guide.