Skip to content

Commit 6dcde80

Browse files
committed
fix explanations because it's used in other commands too.
1 parent d1b463b commit 6dcde80

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

include/groonga/cache.h

+4-7
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,13 @@ grn_cache_close(grn_ctx *ctx, grn_cache *cache);
9696
GRN_API grn_rc
9797
grn_cache_current_set(grn_ctx *ctx, grn_cache *cache);
9898
/**
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.
103100
*
104101
* \param ctx The context object.
105102
*
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.
109106
*/
110107
GRN_API grn_cache *
111108
grn_cache_current_get(grn_ctx *ctx);

0 commit comments

Comments
 (0)