Commit 91c9484c by Ben Chatelain

Escape @ in doc comment

parent c27b4afc
...@@ -34,7 +34,7 @@ typedef struct git_cred_userpass_payload { ...@@ -34,7 +34,7 @@ typedef struct git_cred_userpass_payload {
* *
* @param cred The newly created credential object. * @param cred The newly created credential object.
* @param url The resource for which we are demanding a credential. * @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. * remote url, or NULL if not included.
* @param allowed_types A bitmask stating which cred types are OK to return. * @param allowed_types A bitmask stating which cred types are OK to return.
* @param payload The payload provided when specifying this callback. (This is * @param payload The payload provided when specifying this callback. (This is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment