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

<see cref=""></see> cause Member not documented warning #10074

Open
joergpichler opened this issue May 23, 2023 · 0 comments
Open

<see cref=""></see> cause Member not documented warning #10074

joergpichler opened this issue May 23, 2023 · 0 comments
Labels

Comments

@joergpichler
Copy link

Describe the bug
Certain elements cause warning: unable to resolve link. Can be reproduced with the default Doxyfile.

Expected behavior
Warning is not emitted

To Reproduce

namespace WpfControlLibrary1
{
    /// <summary>
    ///     Something something <see cref="Name"> here </see>.
    /// </summary>
    public interface IFoo
    {
        string Name { get; }
    }
}

results in 8 lines of
WpfControlLibrary1/ICommand.cs:3: warning: unable to resolve link to 'Name' for \link command

Version
1.9.7

Additional context
Did not happen in 1.8.11. Does not happen if it only says

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants