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

Add callback typedefs to the API documentation. #17

Open
cirosantilli opened this issue Sep 15, 2014 · 2 comments
Open

Add callback typedefs to the API documentation. #17

cirosantilli opened this issue Sep 15, 2014 · 2 comments

Comments

@cirosantilli
Copy link

Callback typedefs are not being put in the documentation. E.g.: https://libgit2.github.com/libgit2/#HEAD/group/diff/git_diff_blob_to_buffer uses git_diff_file_cb, which it defined and documented publicly at: https://github.com/libgit2/libgit2/blob/master/include/git2/diff.h#L416. It would be really helpful to have links to those callbacks to understand how to call the functions that use them.

@carlosmn
Copy link
Member

Most of this has been taken care of with a0143c3 which links those callback types with documentation and exposes them through the search.

@cirosantilli
Copy link
Author

Carlos, feel free to close this if you consider this solved: I'm unable to check it right now.

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

No branches or pull requests

2 participants