We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4027422 commit d1b463bCopy full SHA for d1b463b
include/groonga/cache.h
@@ -105,7 +105,7 @@ grn_cache_current_set(grn_ctx *ctx, grn_cache *cache);
105
*
106
* \return The \ref grn_cache object is associated with the database in the
107
* select command context. If there is no specific cache, it returns
108
- * the current cache which might be NULL.
+ * the current cache which might be `NULL`.
109
*/
110
GRN_API grn_cache *
111
grn_cache_current_get(grn_ctx *ctx);
0 commit comments