diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2008-12-03 23:52:57 +0000 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-12-09 08:36:32 -0800 |
commit | 192678b55c30d0652356a5021b521f8e205f3428 (patch) | |
tree | aa0c0f471d53ead366e80077a9fc82649edbb4bc /src/git/oid.h | |
parent | 4b8e8b32c1ea1bee8c8c01795e46aa97006bb065 (diff) | |
download | libgit2-192678b55c30d0652356a5021b521f8e205f3428.tar.gz |
Fix some doxygen warnings and errors
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'src/git/oid.h')
-rw-r--r-- | src/git/oid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git/oid.h b/src/git/oid.h index 6c1a2d8c3..ce0220699 100644 --- a/src/git/oid.h +++ b/src/git/oid.h @@ -51,7 +51,7 @@ GIT_INLINE(void) git_oid_mkraw(git_oid *out, const unsigned char *raw) * @param str output hex string; must be pointing at the start of * the hex sequence and have at least the number of bytes * needed for an oid encoded in hex (40 bytes). Only the - * oid digits are written; a '\0' terminator must be added + * oid digits are written; a '\\0' terminator must be added * by the caller if it is required. * @param oid oid structure to format. */ @@ -66,7 +66,7 @@ GIT_EXTERN(void) git_oid_fmt(char *str, const git_oid *oid); * @param str output hex string; must be pointing at the start of * the hex sequence and have at least the number of bytes * needed for an oid encoded in hex (41 bytes). Only the - * oid digits are written; a '\0' terminator must be added + * oid digits are written; a '\\0' terminator must be added * by the caller if it is required. * @param oid oid structure to format. */ |