mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
include/ruby/internal/intern/object.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
This commit is contained in:
parent
4f97917474
commit
d43accae15
Notes:
git
2021-09-10 20:01:32 +09:00
3 changed files with 542 additions and 259 deletions
|
|
@ -64,4 +64,12 @@
|
|||
# define RBIMPL_ATTR_DEPRECATED(msg) /* void */
|
||||
#endif
|
||||
|
||||
/** This is when a function is used internally (for backwards compatibility
|
||||
* etc.), but extension libraries must consider it deprecated. */
|
||||
#if defined(RUBY_EXPORT)
|
||||
# define RBIMPL_ATTR_DEPRECATED_EXT(msg) /* void */
|
||||
#else
|
||||
# define RBIMPL_ATTR_DEPRECATED_EXT(msg) RBIMPL_ATTR_DEPRECATED(msg)
|
||||
#endif
|
||||
|
||||
#endif /* RBIMPL_ATTR_DEPRECATED_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue