Commit 84bcae6c by Etienne Samson

docs: add buffer.h & oid.h to types.h

Otherwise docurium/clang chokes on the types, and ignores the documentation comments altogether.
parent 81ea9957
......@@ -9,6 +9,7 @@
#include "common.h"
#include "types.h"
#include "checkout.h"
/**
* @file git2/stash.h
......
......@@ -8,6 +8,7 @@
#define INCLUDE_git_transaction_h__
#include "common.h"
#include "types.h"
/**
* @file git2/transaction.h
......
......@@ -63,6 +63,9 @@ typedef int64_t git_time_t;
#endif
#include "buffer.h"
#include "oid.h"
/** Basic type (loose or packed) of any Git object. */
typedef enum {
GIT_OBJ_ANY = -2, /**< Object can be any of the following */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment