We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd41fe commit 18a0408Copy full SHA for 18a0408
include/groonga/cache.h
@@ -98,12 +98,8 @@ grn_cache_current_set(grn_ctx *ctx, grn_cache *cache);
98
/**
99
* \brief Retrieve the current \ref grn_cache object used in the select command.
100
*
101
- * \note For more details about the select command, please see
102
- * \htmlonly
103
- * <a href="https://groonga.org/docs/reference/commands/select.html">
104
- * Groonga command select documentation
105
- * </a>.
106
- * \endhtmlonly
+ * For more details about the select command, please see the following link.
+ * \see https://groonga.org/docs/reference/commands/select.html
107
108
* \param ctx The context object.
109
0 commit comments