From: adam Date: Mon, 29 Oct 2012 16:38:49 +0000 (+0700) Subject: minors X-Git-Tag: v1.2.12~643^2~43^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2774cc6f679b52c180559dd29774ba2e3c0cc99e;p=platform%2Fupstream%2Fejdb.git minors --- 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(*) */ }; /**