diff options
| author | Ben Chatelain <benchatelain@gmail.com> | 2015-08-29 17:46:34 -0600 |
|---|---|---|
| committer | Ben Chatelain <benchatelain@gmail.com> | 2015-08-29 17:46:34 -0600 |
| commit | 91c9484c2302aedd38e83b1343cbefeb1685223d (patch) | |
| tree | 01a58eed2ffa1d9366b8c0012acf7154bbfc8ada | |
| parent | c27b4afcdd80f5a45d7120044bf3d78272181abb (diff) | |
| download | libgit2-91c9484c2302aedd38e83b1343cbefeb1685223d.tar.gz | |
Escape @ in doc comment
| -rw-r--r-- | include/git2/cred_helpers.h | 2 |
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 |
