File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,13 @@ grn_cache_close(grn_ctx *ctx, grn_cache *cache);
96
96
GRN_API grn_rc
97
97
grn_cache_current_set (grn_ctx * ctx , grn_cache * cache );
98
98
/**
99
- * \brief Retrieve the current \ref grn_cache object used in the select command.
100
- *
101
- * \see For more details about the select command, please see
102
- * https://groonga.org/docs/reference/commands/select.html.
99
+ * \brief Retrieve the current \ref grn_cache object.
103
100
*
104
101
* \param ctx The context object.
105
102
*
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` .
103
+ * \return The \ref grn_cache object is associated with the database that the
104
+ * context is using . If there is no specific cache, it returns the
105
+ * current cache which might be NULL.
109
106
*/
110
107
GRN_API grn_cache *
111
108
grn_cache_current_get (grn_ctx * ctx );
You can’t perform that action at this time.
0 commit comments