summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-08-30 15:47:49 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-08-30 15:47:49 +0200
commited38e26db5435b519d8b796e4b6c2c660fe982b5 (patch)
tree995ab269272b4c769f57ab61abb88062f0288fe4
parentaa06ecaf5bd44ed8ca11948598ef721c1e318025 (diff)
parent91c9484c2302aedd38e83b1343cbefeb1685223d (diff)
downloadlibgit2-ed38e26db5435b519d8b796e4b6c2c660fe982b5.tar.gz
Merge pull request #3401 from phatblat/pb/doc-warning
Escape @ in doc comment
-rw-r--r--include/git2/cred_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/cred_helpers.h b/include/git2/cred_helpers.h
index 840c22536..1416d5642 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