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

Ticket32386 #1503

Merged
merged 2 commits into from Nov 6, 2019
Merged

Ticket32386 #1503

merged 2 commits into from Nov 6, 2019

Conversation

Labels
None yet
Projects
None yet
3 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Nov 5, 2019

No description provided.

nmathewson added 2 commits Nov 5, 2019
This option tells doxygen to handle typedef struct foo_t foo_t by
making foo_t and struct foo_t synonymous. This lets doxygen find
documentation that it would otherwise miss: otherwise, if it sees
documentation for "int func(foo_t *)" and a prototype for
"int func(struct foo_t)", it will think that the prototype is
undocumented.

Part of #32386.
This option tells doxygen to describe a member "member" of a struct
"container" as "member", not "container::member".   C doesn't use
the :: syntax, so this should help us with readability.
@coveralls
Copy link

@coveralls coveralls commented Nov 5, 2019

Pull Request Test Coverage Report for Build 7072

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 62.355%

Totals Coverage Status
Change from base Build 7066: 0.0%
Covered Lines: 48592
Relevant Lines: 77928

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit de4ffeb into torproject:master Nov 6, 2019
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment