summaryrefslogtreecommitdiff
path: root/api.doxygen
Commit message (Collapse)AuthorAgeFilesLines
* replace stupid doxygenScott Chacon2011-06-141-24/+0
|
* Corrected the header include directory in doxygen confTim Branyen2011-03-221-1/+1
|
* fix doxygen setup and automate generationScott Chacon2010-12-081-1/+1
| | | | | rakefile for some common tasks and doxygen needs to look in the new place for headers
* Fix "'__thread' not at start of declaration" warnings (-Wextra)Ramsay Jones2010-01-201-0/+1
| | | | Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
* doxygen config: Update path to public headersAndreas Ericsson2008-12-021-1/+1
| | | | | | | | | | | In d4043ee9d97031e94f205110996d2381dd26c540, public headers were moved from include/git to src/git, but the doxygen configuration wasn't updated to reflect this. This patch amends that slippage, making documentation generation once again work as intended. Signed-off-by: Andreas Ericsson <ae@op5.se> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Add git_oid_cpy, git_oid_cmp as inline functionsShawn O. Pearce2008-11-031-0/+1
| | | | | | | | | | These are easily built off the standard C library functions memcpy and memcmp. By marking these inline we stand a good chance of the C compiler replacing the entire thing with tight machine code, because many compilers will actually inline a memcmp or memcpy when the 3rd argument (the size) is a constant value. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-011-1/+1
| | | | Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Hide GIT_{BEGIN,END}_DECL from doxygen as its not part of our APIShawn O. Pearce2008-10-311-0/+2
| | | | Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Initial draft of libgit2Shawn O. Pearce2008-10-311-0/+20
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>