Commit 91c9484c2302aedd38e83b1343cbefeb1685223d

Ben Chatelain 2015-08-29T17:46:34

Escape @ in doc comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/cred_helpers.h b/include/git2/cred_helpers.h
index 840c225..1416d56 100644
--- a/include/git2/cred_helpers.h
+++ b/include/git2/cred_helpers.h
@@ -34,7 +34,7 @@ typedef struct git_cred_userpass_payload {
  *
  * @param cred The newly created credential object.
  * @param url The resource for which we are demanding a credential.
- * @param user_from_url The username that was embedded in a "user@host"
+ * @param user_from_url The username that was embedded in a "user\@host"
  *                          remote url, or NULL if not included.
  * @param allowed_types A bitmask stating which cred types are OK to return.
  * @param payload The payload provided when specifying this callback.  (This is