-
Notifications
You must be signed in to change notification settings - Fork 47
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
Included autogenerated code to the ign_create_docs function #76
Conversation
Signed-off-by: ahcorde <[email protected]>
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.
Works for me!
I just noticed that the is_proto_enum
functions ended up having more spotlight than they deserve in the classes.html
page. That's because being global functions, they just show up as top-level.
Another thing I noticed, but it's outside the scope of this PR, is that the generated functions don't have doxygen documentation. This is definitely not something we need to handle now.
Signed-off-by: ahcorde <[email protected]>
d592a22
to
d8d1d76
Compare
Codecov Report
@@ Coverage Diff @@
## master #76 +/- ##
=======================================
Coverage 85.69% 85.69%
=======================================
Files 7 7
Lines 797 797
=======================================
Hits 683 683
Misses 114 114 Continue to review full report at Codecov.
|
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
This PR is related with this issue #12 and it depends on this other PR gazebosim/gz-cmake#108
It makes use of the new argument (
AUTOGENERATED_DOC
) to include the auto generated code.Signed-off-by: ahcorde [email protected]