File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -321,13 +321,13 @@ GIT_EXTERN(void) git_cred_free(git_cred *cred);
321321/**
322322 * Signature of a function which acquires a credential object.
323323 *
324- * - cred: The newly created credential object.
325- * - url: The resource for which we are demanding a credential.
326- * - username_from_url: The username that was embedded in a "user\@host"
324+ * @param cred The newly created credential object.
325+ * @param url The resource for which we are demanding a credential.
326+ * @param username_from_url The username that was embedded in a "user\@host"
327327 * remote url, or NULL if not included.
328- * - allowed_types: A bitmask stating which cred types are OK to return.
329- * - payload: The payload provided when specifying this callback.
330- * - returns 0 for success, < 0 to indicate an error, > 0 to indicate
328+ * @param allowed_types A bitmask stating which cred types are OK to return.
329+ * @param payload The payload provided when specifying this callback.
330+ * @return 0 for success, < 0 to indicate an error, > 0 to indicate
331331 * no credential was acquired
332332 */
333333typedef int (* git_cred_acquire_cb )(
You can’t perform that action at this time.
0 commit comments