-
Notifications
You must be signed in to change notification settings - Fork 3k
Docs: Mail docs fixed #8530
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
Docs: Mail docs fixed #8530
Conversation
Anything that's not public should not be rendered in the Doxygen. |
Apparently by default doxygen ignores private members already. Unless you explicitly configured it to pick up private in which case it will be faster to disable that option than to manually enclose private members. |
@paul-szczepanek-arm Thanks for explaining that 👍 That's pretty cool. Has it always been like that, or is it new? |
I don't know. I guess whoever has the access to the doxygen cfg file needs to check this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Edit file for active voice, branding and comma use.
Rebased to fix conflicts. |
Note: This PR is now a part of a rollup PR (#8552). No further work is needed here, as once that PR is merged, this PR will also be closed and marked as merged. |
This is sitting on top of #8365 which is going to 5.11 |
Description
Fixed doxygen comments, hidden private.
Pull request type