-
Notifications
You must be signed in to change notification settings - Fork 116
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] Printing C API html docs #1006
Conversation
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.
how does it look like generated?
You can see it here. |
edf2805
to
4fa1e93
Compare
4fa1e93
to
36eb64b
Compare
36eb64b
to
ce5f2b1
Compare
Converted to draft to make sure that the #930 is merged first. |
please rebase. |
ce5f2b1
to
3b9356c
Compare
Done |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1006 +/- ##
==========================================
- Coverage 15.73% 15.46% -0.27%
==========================================
Files 223 226 +3
Lines 31466 32711 +1245
Branches 3556 3561 +5
==========================================
+ Hits 4952 5060 +108
- Misses 26463 27600 +1137
Partials 51 51 ☔ View full report in Codecov by Sentry. |
3b9356c
to
4e50fe6
Compare
4e50fe6
to
d09e197
Compare
Print the exact location of errors in mako templates by printing a full backtrace instead of a stripped output without the file:line information
- add a helper script for generating Printing API HTML documentation and source files, - remove wrong comment on returning an error when the 'buffer' parameter is NULL, - remove redundant check for the 'params' parameter.
d09e197
to
c7b12bd
Compare
Generate HTML documentation for printing C API.
preview