[libgit2-glib] Right names for documentation



commit 49691f3d0e779ababf22862105d9f3f821705655
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Mar 10 23:35:08 2013 +0100

    Right names for documentation

 libgit2-glib/ggit-types.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgit2-glib/ggit-types.h b/libgit2-glib/ggit-types.h
index 93ea820..2d2aa33 100644
--- a/libgit2-glib/ggit-types.h
+++ b/libgit2-glib/ggit-types.h
@@ -363,9 +363,9 @@ typedef enum {
 
 /**
  * GgitDiffFlag:
- * @GGIT_DIFF_BINARY: if the file is binary.
- * @GGIT_DIFF_NOT_BINARY: if the file is not binary.
- * @GGIT_DIFF_VALID_OID: if the OID is valid.
+ * @GGIT_DIFF_FLAG_BINARY: if the file is binary.
+ * @GGIT_DIFF_FLAG_NOT_BINARY: if the file is not binary.
+ * @GGIT_DIFF_FLAG_VALID_OID: if the OID is valid.
  *
  * Describes the diff file and/or delta flags
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]