include/ruby/backward/cxxanyargs.hpp: suppress doxygen warning

rb_cFiber is not visible from extension libraries, hence intentionally
not documented. [ci skip]
This commit is contained in:
卜部昌平 2020-12-21 16:30:10 +09:00
Родитель 9eab1e9107
Коммит cac1e88d75
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -366,7 +366,7 @@ rb_catch_obj(VALUE q, type *w, VALUE e)
/// @{
RUBY_CXX_DEPRECATED("Use of ANYARGS in this function is deprecated")
/// @brief Creates a @ref rb_cFiber instance.
/// @brief Creates a rb_cFiber instance.
/// @param[in] q The fiber body.
/// @param[in] w Passed to `q`.
/// @return What was allocated.