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

ApiDocs: cref to members are not resolving to best possible link #598

Closed
dsyme opened this issue Sep 9, 2020 · 0 comments
Closed

ApiDocs: cref to members are not resolving to best possible link #598

dsyme opened this issue Sep 9, 2020 · 0 comments

Comments

@dsyme
Copy link
Contributor

dsyme commented Sep 9, 2020

In DiffSharp, consider

    /// <summary>
    ///   Represents a multi-dimensional matrix containing elements of a single data type.
    /// </summary>
    ///
    /// <example>
    ///   A tensor can be constructed from a list or sequence using <see cref="M:DiffSharp.dsharp.tensor(System.Object)" />
    ///
    ///  <code>
    ///    let t = dsharp.tensor([[1.; -1.]; [1.; -1.]])
    ///  </code>
    /// </example>

The cref is resolving to http://localhost:8901/reference/diffsharp-dsharp.html which is the best link for the containing type not the specific member

@dsyme dsyme changed the title cref to members are not resolving to best possible link ApiDocs: cref to members are not resolving to best possible link Sep 9, 2020
@dsyme dsyme mentioned this issue Sep 9, 2020
@dsyme dsyme closed this as completed Sep 10, 2020
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