diff --git a/include/kvs.h b/include/kvs.h index 8f84408..d29492e 100644 --- a/include/kvs.h +++ b/include/kvs.h @@ -230,14 +230,19 @@ put(Token token, std::string_view storage_name, // NOLINT * @param[in] l_end If this argument is scan_endpoint::EXCLUSIVE, the interval * does not include the endpoint. If this argument is scan_endpoint::INCLUSIVE, * the interval contains the endpoint. If this is scan_endpoint::INF, there is - * no limit on the interval in left direction. And ignore @a l_key. + * no limit on the interval in left direction and `l_key` is ignored. * @param[in] r_key An argument that specifies the right endpoint. - * @note If r_key