aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* include/ruby/encoding.h: add doxygen卜部昌平2021-09-101-120/+2001
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/fiber/scheduler.h: add doxygen卜部昌平2021-09-101-4/+181
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/io.h: add doxyen卜部昌平2021-09-101-29/+808
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/memory_view.h: add doxygen卜部昌平2021-09-101-18/+176
| | | | I'm just applying doc/memory_view.md as a doxygen comment. [ci skip]
* include/ruby/missing.h: skip doxygen卜部昌平2021-09-101-1/+0
| | | | We don't want to document e.g. M_PI, which is an ISO C thing.
* include/ruby/ractor.h: add doxygen卜部昌平2021-09-101-7/+202
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/random.h: add doxygen卜部昌平2021-09-101-7/+219
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/re.h: add doxygen卜部昌平2021-09-101-8/+121
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/regex.h: skip doxygen卜部昌平2021-09-101-1/+0
| | | | It seems this is a part of Onigmo's API, not Ruby's.
* include/ruby/ruby.h: add doxygen卜部昌平2021-09-101-7/+170
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/subst.h: skip doxygen卜部昌平2021-09-101-1/+0
| | | | Nothing worth documenting in this file. [ci skip]
* include/ruby/thread.h: add doxygen卜部昌平2021-09-101-2/+155
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/thread_native.h: add doxygen卜部昌平2021-09-101-7/+134
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/util.h: add doxygen卜部昌平2021-09-101-8/+183
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/version.h: add doxygen卜部昌平2021-09-101-4/+102
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/vm.h: add doxygen卜部昌平2021-09-101-7/+12
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/backward/2/assume.h: add doxygen卜部昌平2021-09-101-4/+19
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/backward/2/attributes.h: skip doxygen卜部昌平2021-09-101-1/+0
| | | | | | These macros are for backwards compatibility. No longer used in our public header files. People can safely forget about them. [ci skip]
* include/ruby/backward/2/bool.h: skip doxygen卜部昌平2021-09-101-2/+1
| | | | It's 21st century, right? Just forget about them. [ci skip]
* include/ruby/backward/2/gcc_version_since.h: skip doxygen卜部昌平2021-09-102-3/+1
| | | | It seems no public APIs depend on this macro any longer. [ci skip]
* include/ruby/backward/2/inttypes.h: skip dpxygen卜部昌平2021-09-101-1/+0
| | | | These macros need not be documented methinks. [ci skip]
* include/ruby/backward/2/limits.h: skip doxygen卜部昌平2021-09-101-2/+1
| | | | | | For instane CHAR_BIT is an ANSI C macro which should be documented in other places than Ruby (and the definition in this file must work exactly identical to that of standard one). [ci skip]
* include/ruby/backward/2/long_long.h: add doxygen卜部昌平2021-09-101-1/+9
| | | | | Might want to delete LONG_LONG macro but for the time being let us describe what on earth it is. [ci skip]
* include/ruby/backward/2/r_cast.h: skip doxygen卜部昌平2021-09-101-2/+1
| | | | | Nobody practically uses this file. Please just don't remember. [ci skip]
* include/ruby/backward/2/rmodule.h: skip doxygen卜部昌平2021-09-101-1/+0
| | | | These macros are considered archaic. [ci skip]
* include/ruby/backward/2/stdalign.h: add doxygen卜部昌平2021-09-101-2/+2
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/backward/2/stdarg.h: add doxygen卜部昌平2021-09-101-0/+22
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/backward/cxxanyargs.hpp: addo doxygen卜部昌平2021-09-101-22/+37
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/backward/cxxanyargs.hpp: suppress doxygen warning卜部昌平2021-09-101-1/+1
| | | | | rb_cFiber is not visible from extension libraries, hence intentionally not documented. [ci skip]
* include/ruby/internal/arithmetic/char.h: add doxygen卜部昌平2021-09-101-3/+26
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/double.h: add doxygen卜部昌平2021-09-101-7/+40
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/fixnum.h: add doxygen卜部昌平2021-09-101-7/+23
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/gid_t.h: add doxygen卜部昌平2021-09-101-0/+3
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/int.h: add doxygen卜部昌平2021-09-101-13/+114
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/intptr_t.h: add doxygen卜部昌平2021-09-101-2/+34
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/long.h: add doxygen卜部昌平2021-09-101-22/+134
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/long_long.h: add doxygen卜部昌平2021-09-101-12/+71
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/mode_t.h: add doxygen卜部昌平2021-09-101-0/+3
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/off_t.h: add doxygen卜部昌平2021-09-101-0/+3
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/pid_t.h: add doxygen卜部昌平2021-09-101-0/+3
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/short.h: add doxygen卜部昌平2021-09-101-12/+71
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/size_t.h: add doxygen卜部昌平2021-09-101-6/+16
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/st_data_t.h: add doxygen卜部昌平2021-09-101-3/+19
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/arithmetic/uid_t.h: add doxygen卜部昌平2021-09-101-0/+3
| | | | Must not be a bad idea to improve documents. [ci skip]
* postscript about rb_mutex_sleep卜部昌平2021-09-101-2/+11
| | | | Asked ko1 about the design. [ci skip]
* include/ruby/internal/intern/array.h: add doxygen卜部昌平2021-09-101-39/+619
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/intern/bignum.h: add doxygen卜部昌平2021-09-101-36/+777
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/intern/class.h: add doxygen卜部昌平2021-09-101-23/+314
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/intern/compar.h: add doxygen卜部昌平2021-09-101-2/+30
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/intern/complex.h: add doxygen卜部昌平2021-09-101-4/+197
| | | | Must not be a bad idea to improve documents. [ci skip]