Commit ede21113a23741e7e8a47843dafccfd9b52bbe41

Marcel Groothuis 2011-07-29T19:31:39

Fix compilation in C++: remove double GIT_BEGIN_DECL

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 723ff8f..93bc834 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