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

Fix name matching for Doxygen #149

Merged

Conversation

fscheiner
Copy link
Member

...by avoiding file names for the \file command in the files
changed with this commit. See https://www.doxygen.nl/manual/commands.html#cmdfile
for details.

Fixes #109.

...by avoiding file names for the `\file` command in the files
changed with this commit. See https://www.doxygen.nl/manual/commands.html#cmdfile
for details.

Fixes gridcf#109.
@msalle
Copy link
Member

msalle commented Mar 4, 2021

Hi @fscheiner seems like a reasonable way of fixing it. If this fixes the warnings (so let's wait for travis) it's fine with me.

@fscheiner
Copy link
Member Author

Hi @fscheiner seems like a reasonable way of fixing it. If this fixes the warnings (so let's wait for travis) it's fine with me.

It does: w/o the changes, I get the same messages as in #109, with the changes I only get that last warning about an undocumented member function. I would have posted the whole make doc log for comparison, but it's just too long. But I checked it by searching for the "warning: the name" string.

Copy link
Member

@msalle msalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, looks good to me, thanks!

@fscheiner fscheiner mentioned this pull request Mar 25, 2021
@fscheiner fscheiner merged commit 0714874 into gridcf:master Mar 25, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants