From 0d95f32c55a18303a87147467ebd68ea24995753 Mon Sep 17 00:00:00 2001 From: Benjamin C Meyer Date: Mon, 25 Oct 2010 22:26:14 -0700 Subject: 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 --- src/git/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git/common.h') 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 */ -- cgit v1.2.1