Skip to content

Commit ae2edcd

Browse files
committed
use \see for consisntecy
1 parent 8bd41fe commit ae2edcd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

include/groonga/cache.h

+2-6
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,8 @@ grn_cache_current_set(grn_ctx *ctx, grn_cache *cache);
9898
/**
9999
* \brief Retrieve the current \ref grn_cache object used in the select command.
100100
*
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
101+
* \see For more details about the select command, please see
102+
* https://groonga.org/docs/reference/commands/select.html.
107103
*
108104
* \param ctx The context object.
109105
*

0 commit comments

Comments
 (0)