diff options
Diffstat (limited to 'src/git/common.h')
-rw-r--r-- | src/git/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/common.h b/src/git/common.h index 2385df9dd..6d4858d71 100644 --- a/src/git/common.h +++ b/src/git/common.h @@ -91,7 +91,7 @@ GIT_BEGIN_DECL */ typedef struct git_repository git_repository; -/* Representation of a generic object in a repository */ +/** Representation of a generic object in a repository */ typedef struct git_object git_object; /** Parsed representation of a person */ |