summaryrefslogtreecommitdiff
path: root/include/git2/cred_helpers.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-04-24 20:09:42 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2013-04-24 20:25:57 +0200
commitb4117e19b7a968f8e6b878d81c58a462093cf1b3 (patch)
tree81d68b1a71c3dd8868bca59173c7610439722854 /include/git2/cred_helpers.h
parent879458e7cf87374241da300a864493761bf48e7c (diff)
downloadlibgit2-b4117e19b7a968f8e6b878d81c58a462093cf1b3.tar.gz
docs: formatting fixes
Diffstat (limited to 'include/git2/cred_helpers.h')
-rw-r--r--include/git2/cred_helpers.h4
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