From 2774cc6f679b52c180559dd29774ba2e3c0cc99e Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 29 Oct 2012 23:38:49 +0700 Subject: [PATCH] minors --- tcejdb/ejdb.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tcejdb/ejdb.h b/tcejdb/ejdb.h index 5944cc2..43c8f70 100644 --- a/tcejdb/ejdb.h +++ b/tcejdb/ejdb.h @@ -14,10 +14,10 @@ EJDB_EXTERN_C_START -struct EJDB; /**> EJDB database object. */ +struct EJDB; /**< EJDB database object. */ typedef struct EJDB EJDB; -struct EJCOLL; /**> EJDB collection handle. */ +struct EJCOLL; /*< EJDB collection handle. */ typedef struct EJCOLL EJCOLL; struct EJQ; /**< EJDB query. */ @@ -65,8 +65,8 @@ enum { /** Index modes, index types. */ JDIDXARR = 1 << 6, /**< Array token index. */ }; -enum { /**> Query search mode flags in ejdbqrysearch() */ - EJQRYCOUNT = 1 /**> Query only count(*) */ +enum { /*< Query search mode flags in ejdbqrysearch() */ + EJQRYCOUNT = 1 /*< Query only count(*) */ }; /** -- 2.7.4