minors
authoradam <anton@adamansky.com>
Mon, 29 Oct 2012 16:38:49 +0000 (23:38 +0700)
committeradam <anton@adamansky.com>
Mon, 29 Oct 2012 16:38:49 +0000 (23:38 +0700)
tcejdb/ejdb.h

index 5944cc2..43c8f70 100644 (file)
 
 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(*) */
 };
 
 /**