diff options
| author | Ben Chatelain <benchatelain@gmail.com> | 2015-02-10 08:31:48 -0700 |
|---|---|---|
| committer | Ben Chatelain <benchatelain@gmail.com> | 2015-02-10 08:31:48 -0700 |
| commit | ec7e1c93ce1c177026073abd16d6a8d2b548d3bd (patch) | |
| tree | dbfd9e26f2842133baf5a61fd986b5922f408a83 /include/git2/transport.h | |
| parent | b703049c6189fec223896999b9cf5d78efcb08d7 (diff) | |
| download | libgit2-ec7e1c93ce1c177026073abd16d6a8d2b548d3bd.tar.gz | |
Fix doc comment formatting
Diffstat (limited to 'include/git2/transport.h')
| -rw-r--r-- | include/git2/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/transport.h b/include/git2/transport.h index 39df479c7..c10907f5f 100644 --- a/include/git2/transport.h +++ b/include/git2/transport.h @@ -292,7 +292,7 @@ GIT_EXTERN(int) git_cred_username_new(git_cred **cred, const char *username); * * - cred: The newly created credential object. * - url: The resource for which we are demanding a credential. - * - username_from_url: The username that was embedded in a "user@host" + * - username_from_url: The username that was embedded in a "user\@host" * remote url, or NULL if not included. * - allowed_types: A bitmask stating which cred types are OK to return. * - payload: The payload provided when specifying this callback. |
