Skip to content

Commit 7bcdd76

Browse files
committed
docs: fix JavaScript parser references
1 parent d38d813 commit 7bcdd76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/aniparse/html/JSParser.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ extern std::string_view find_json_call_argument(std::string_view callee, std::si
7878
/**
7979
* @brief Find and parse a JSON-like literal supplied to a function call.
8080
*
81-
* Equivalent to @ref find_json_call_argument followed by the same JS-to-JSON
82-
* normalisation used by @ref parse_json_var.
81+
* Equivalent to @c find_json_call_argument followed by the same JS-to-JSON
82+
* normalisation used by @c parse_json_var.
8383
*/
8484
extern std::optional<boost::json::value> parse_json_call_argument(
8585
std::string_view callee, std::size_t argument_index, std::string_view text);

0 commit comments

Comments
 (0)