summaryrefslogtreecommitdiff
path: root/src/git/common.h
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2010-10-25 22:26:14 -0700
committerBenjamin C Meyer <ben@meyerhome.net>2010-10-25 22:32:52 -0700
commit0d95f32c55a18303a87147467ebd68ea24995753 (patch)
tree3338236523d2c8b5b1a5ae1f72187fee685da096 /src/git/common.h
parent0037e4919bcb53f7441a18c992d0cc70e8d1d931 (diff)
downloadlibgit2-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.h2
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 */