diff options
| author | Vicent Martà <tanoku@gmail.com> | 2011-07-29 10:38:12 -0700 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2011-07-29 10:38:12 -0700 |
| commit | 77bb37eb47647180c0ed30517f6c6e4c219d131a (patch) | |
| tree | 6b10a5732b8dfaf606d7b745688f906d27a72948 /include/git2 | |
| parent | cb1c75635e9e6c30e147be80b71e72382a1097f7 (diff) | |
| parent | ede21113a23741e7e8a47843dafccfd9b52bbe41 (diff) | |
| download | libgit2-77bb37eb47647180c0ed30517f6c6e4c219d131a.tar.gz | |
Merge pull request #344 from margro/development
Header fix for C++ and double include in git2.h
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/remote.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index 723ff8f0e..93bc83452 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -46,15 +46,6 @@ GIT_BEGIN_DECL */ /** - * @file git2/remote.h - * @brief Git remote management - * @defgroup git_remote Git remote management routines - * @ingroup Git - * @{ - */ -GIT_BEGIN_DECL - -/** * Get the information for a particular remote * * @param out pointer to the new remote object |
