mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 22:25:04 +00:00
transaction: fix documentation
This commit is contained in:
parent
788fcdb8e3
commit
8d400c096a
@ -8,6 +8,14 @@
|
|||||||
#define INCLUDE_git_transaction_h__
|
#define INCLUDE_git_transaction_h__
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file git2/transaction.h
|
||||||
|
* @brief Git transactional reference routines
|
||||||
|
* @defgroup git_transaction Git transactional reference routines
|
||||||
|
* @ingroup Git
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
GIT_BEGIN_DECL
|
GIT_BEGIN_DECL
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -107,5 +115,6 @@ GIT_EXTERN(int) git_transaction_commit(git_transaction *tx);
|
|||||||
*/
|
*/
|
||||||
GIT_EXTERN(void) git_transaction_free(git_transaction *tx);
|
GIT_EXTERN(void) git_transaction_free(git_transaction *tx);
|
||||||
|
|
||||||
|
/** @} */
|
||||||
GIT_END_DECL
|
GIT_END_DECL
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user