Skip to content

Commit 8d400c0

Browse files
committed
transaction: fix documentation
1 parent 788fcdb commit 8d400c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

include/git2/transaction.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
#define INCLUDE_git_transaction_h__
99

1010
#include "common.h"
11+
12+
/**
13+
* @file git2/transaction.h
14+
* @brief Git transactional reference routines
15+
* @defgroup git_transaction Git transactional reference routines
16+
* @ingroup Git
17+
* @{
18+
*/
1119
GIT_BEGIN_DECL
1220

1321
/**
@@ -107,5 +115,6 @@ GIT_EXTERN(int) git_transaction_commit(git_transaction *tx);
107115
*/
108116
GIT_EXTERN(void) git_transaction_free(git_transaction *tx);
109117

118+
/** @} */
110119
GIT_END_DECL
111120
#endif

0 commit comments

Comments
 (0)