Commit 8edc2805f1f11b63e44bf81f4557f8b473612b69

Shawn O. Pearce 2008-10-31T11:46:51

Correct group name of the git_odb module Signed-off-by: Shawn O. Pearce <spearce@spearce.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/git_odb.h b/src/git_odb.h
index ecb100a..1213764 100644
--- a/src/git_odb.h
+++ b/src/git_odb.h
@@ -43,7 +43,7 @@
 /**
  * @file git_odb.h
  * @brief Git object database routines
- * @defgroup git_odb_t Git object database routines
+ * @defgroup git_odb Git object database routines
  * @ingroup Git
  * @{
  */