Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac1c157

Browse files
Ben Chatelaincarlosmn
Ben Chatelain
authored andcommitted
Escape @ in doc comment
1 parent a6a9cf0 commit ac1c157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/cred_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ typedef struct git_cred_userpass_payload {
3434
*
3535
* @param cred The newly created credential object.
3636
* @param url The resource for which we are demanding a credential.
37-
* @param user_from_url The username that was embedded in a "user@host"
37+
* @param user_from_url The username that was embedded in a "user\@host"
3838
* remote url, or NULL if not included.
3939
* @param allowed_types A bitmask stating which cred types are OK to return.
4040
* @param payload The payload provided when specifying this callback. (This is

0 commit comments

Comments
 (0)