Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use correct Doxygen trailing comment syntax | Ben Chatelain | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | Fix doc comment formatting | Ben Chatelain | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | doc: add documentation to all the public structs and enumscmn/doc-all | Carlos MartÃn Nieto | 2014-12-06 | 1 | -2/+5 |
| | | | | | | | | | | This makes them show up in the reference, even if the text itself isn't the most descriptive. These have been found with grep -Przon '\n\ntypedef struct.*?\{' -- include grep -Przon '\n\ntypedef enum.*?\{' -- include | ||||
* | git_cherry_pick -> git_cherrypick | Edward Thomson | 2014-07-22 | 1 | -15/+15 |
| | |||||
* | Fixed miscellaneous documentation errors. | Michael Anderson | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Fix remaining init_options inconsistencies | Russell Belfer | 2014-05-02 | 1 | -6/+5 |
| | | | | | There were a couple of "init_opts()" functions a few more cases of structure initialization that I somehow missed. | ||||
* | Added cherry-pick support | Jacques Germishuys | 2014-04-14 | 1 | -0/+88 |