Skip to content

Commit 8afdad0

Browse files
authored
Merge pull request libgit2#6787 from libgit2/ethomson/docs
Docs meta-updates
2 parents 4bb051a + cc2a015 commit 8afdad0

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

include/git2/email.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define INCLUDE_git_email_h__
99

1010
#include "common.h"
11+
#include "diff.h"
1112

1213
/**
1314
* @file git2/email.h

include/git2/refspec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GIT_EXTERN(const char *) git_refspec_dst(const git_refspec *refspec);
5858
* Get the refspec's string
5959
*
6060
* @param refspec the refspec
61-
* @returns the refspec's original string
61+
* @return the refspec's original string
6262
*/
6363
GIT_EXTERN(const char *) git_refspec_string(const git_refspec *refspec);
6464

include/git2/sys/email.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
#ifndef INCLUDE_sys_git_email_h__
88
#define INCLUDE_sys_git_email_h__
99

10+
#include "git2/common.h"
11+
#include "git2/diff.h"
12+
#include "git2/email.h"
13+
#include "git2/types.h"
14+
1015
/**
1116
* @file git2/sys/email.h
1217
* @brief Advanced git email creation routines

include/git2/sys/remote.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
GIT_BEGIN_DECL
2222

23+
/**
24+
* A remote's capabilities.
25+
*/
2326
typedef enum {
2427
/** Remote supports fetching an advertised object by ID. */
2528
GIT_REMOTE_CAPABILITY_TIP_OID = (1 << 0),

include/git2/worktree.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "buffer.h"
1212
#include "types.h"
1313
#include "strarray.h"
14+
#include "checkout.h"
1415

1516
/**
1617
* @file git2/worktrees.h

0 commit comments

Comments
 (0)