diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2013-04-24 20:09:42 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2013-04-24 20:25:57 +0200 |
| commit | b4117e19b7a968f8e6b878d81c58a462093cf1b3 (patch) | |
| tree | 81d68b1a71c3dd8868bca59173c7610439722854 /include/git2/cred_helpers.h | |
| parent | 879458e7cf87374241da300a864493761bf48e7c (diff) | |
| download | libgit2-b4117e19b7a968f8e6b878d81c58a462093cf1b3.tar.gz | |
docs: formatting fixes
Diffstat (limited to 'include/git2/cred_helpers.h')
| -rw-r--r-- | include/git2/cred_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/cred_helpers.h b/include/git2/cred_helpers.h index e3eb91d6c..5d93cf4dd 100644 --- a/include/git2/cred_helpers.h +++ b/include/git2/cred_helpers.h @@ -30,11 +30,11 @@ typedef struct git_cred_userpass_payload { /** * Stock callback usable as a git_cred_acquire_cb. This calls * git_cred_userpass_plaintext_new unless the protocol has not specified - * GIT_CREDTYPE_USERPASS_PLAINTEXT as an allowed type. + * `GIT_CREDTYPE_USERPASS_PLAINTEXT` as an allowed type. * * @param cred The newly created credential object. * @param url The resource for which we are demanding a credential. - * @param username_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 |
