diff options
| author | Benjamin C Meyer <ben@meyerhome.net> | 2010-10-25 22:26:14 -0700 |
|---|---|---|
| committer | Benjamin C Meyer <ben@meyerhome.net> | 2010-10-25 22:32:52 -0700 |
| commit | 0d95f32c55a18303a87147467ebd68ea24995753 (patch) | |
| tree | 3338236523d2c8b5b1a5ae1f72187fee685da096 /src/git/common.h | |
| parent | 0037e4919bcb53f7441a18c992d0cc70e8d1d931 (diff) | |
| download | libgit2-0d95f32c55a18303a87147467ebd68ea24995753.tar.gz | |
Change /* to /** at the start of comment blocks in public api so doxygen
will generate documenation and not hide them.
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
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 */ |
