mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
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:
parent
9eab1e9107
commit
cac1e88d75
Notes:
git
2021-09-10 20:01:18 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue