Skip to content

Commit

Permalink
Fix formats
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Dec 17, 2024
1 parent eca7b4e commit 205cfe1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/groonga/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ GRN_API const char *grn_get_default_cache_base_path(void);
*
* \param ctx The context object used for memory allocation and error handling.
*
* \return A newly created \ref grn_cache object on success, NULL on error. The
* returned \ref grn_cache object must be freed by \ref grn_cache_close.
* See ctx->rc for error details.
* \return A newly created \ref grn_cache object on success, `NULL` on error.
* The returned \ref grn_cache object must be freed by
* \ref grn_cache_close.
* See `ctx->rc` for error details.
*/
GRN_API grn_cache *grn_cache_open(grn_ctx *ctx);
GRN_API grn_cache *grn_persistent_cache_open(grn_ctx *ctx,
Expand Down

0 comments on commit 205cfe1

Please sign in to comment.