summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* include/ruby/internal/intern/vm.h: add doxygen卜部昌平2021-09-104-31/+381
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rarray.h: add doxygen卜部昌平2021-09-102-14/+330
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rbasic.h: add doxygen卜部昌平2021-09-102-27/+79
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rbignum.h: add doxgen卜部昌平2021-09-101-2/+29
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rclass.h: add doxygen卜部昌平2021-09-102-9/+95
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rdata.h: add doxygen卜部昌平2021-09-101-3/+226
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rfile.h: add doxygen卜部昌平2021-09-101-0/+15
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rhash.h: add doxygen卜部昌平2021-09-101-14/+96
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rmatch.h: add doxygen卜部昌平2021-09-101-5/+78
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/robject.h: add doxygen卜部昌平2021-09-101-4/+93
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rregexp.h: add doxygen卜部昌平2021-09-101-1/+85
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rstring.h: add doxygen卜部昌平2021-09-101-8/+347
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rstruct.h: add doxygen卜部昌平2021-09-102-5/+53
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/core/rtypeddata.h: add doxygen卜部昌平2021-09-101-4/+422
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/anyargs.h: fix typo卜部昌平2021-09-101-1/+1
| | | | RBIMPL_ATTR_NONNULL macro takes an argument.
* include/ruby/internal/anyargs.h: fix typo卜部昌平2021-09-101-2/+2
| | | | Just applied spell checker. [ci skip]
* include/ruby/internal/cast.h: skip doxygen卜部昌平2021-09-101-3/+0
| | | | This header contains nothing worth documenting. [ci skip]
* include/ruby/internal/compiler_is: skip doxygen卜部昌平2021-09-106-12/+6
| | | | | We don't want 3rd parties to use these RBIMPL_ macros. Let's not document them. [ci skip]
* include/ruby/internal/config.h: skip doxygen卜部昌平2021-09-101-1/+0
| | | | | It is definitely desirable to document them, but we need more human resources. Tentatively disable documenting them. [ci skip]
* include/ruby/internal/constant_p.h: add doxygen卜部昌平2021-09-101-0/+1
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/ctype.h: add doxygen卜部昌平2021-09-102-19/+368
| | | | Must not be a bad idea to improve documents.
* include/ruby/internal/dllexport.h: add doxygen卜部昌平2021-09-101-3/+23
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/dosish.h: add doxygen卜部昌平2021-09-101-0/+26
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/eval.h: add doxygen卜部昌平2021-09-102-73/+339
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/event.h: add doxygen卜部昌平2021-09-101-38/+117
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/error.h: name a parameter卜部昌平2021-09-101-2/+3
| | | | Better document [ci skip]
* include/ruby/internal/error.h: refactor move contents around [ci skip]卜部昌平2021-09-101-22/+22
|
* include/ruby/internal/error.h: add doxygen卜部昌平2021-09-103-45/+528
| | | | Must not be a bad idea to improve documents.
* include/ruby/internal/fl_type.h: add doxygen卜部昌平2021-09-103-97/+564
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/glob.h: add doxygen卜部昌平2021-09-101-4/+82
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/globals.h: add doxygen卜部昌平2021-09-102-96/+146
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/interpreter.h: add doxygen卜部昌平2021-09-105-85/+226
| | | | | | | | Must not be a bad idea to improve documents. [ci skip] In fact many functions declared in the header file are already documented more or less. They were just copy & pasted, with applying some style updates.
* include/ruby/internal/iterator.h: add doxygen卜部昌平2021-09-102-81/+451
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/memory.h: add doxygen卜部昌平2021-09-101-19/+408
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/method.h: add doxygen卜部昌平2021-09-102-83/+172
| | | | | | | | Must not be a bad idea to improve documents. [ci skip] In fact many functions declared in the header file are already documented more or less. They were just copy & pasted, with applying some style updates.
* include/ruby/internal/module.h: add doxygen卜部昌平2021-09-103-66/+144
| | | | | | | | Must not be a bad idea to improve documents. [ci skip] In fact many functions declared in the header file are already documented more or less. They were just copy & pasted, with applying some style updates.
* include/ruby/internal/newobj.h: add doxygen卜部昌平2021-09-103-22/+140
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/rgengc.h: add dosygen卜部昌平2021-09-102-20/+265
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/scan_args.h: add doxygen卜部昌平2021-09-101-11/+144
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/special_consts.h: add doxygen卜部昌平2021-09-101-24/+115
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/stdalign.h: add doxygen卜部昌平2021-09-101-2/+4
| | | | | | Unlike other "add doxygen" commits this one adds a preprocessor branch that doxygen would process. This prevents it from parsing other parts of the file.
* include/ruby/internal/symbol.h: add doxygen卜部昌平2021-09-102-41/+236
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/value.h: add doxygen卜部昌平2021-09-101-1/+68
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/value_type.h: add doxygen卜部昌平2021-09-102-35/+133
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/variable.h: add doxygen卜部昌平2021-09-101-11/+285
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/warning_push.h: add doxygen卜部昌平2021-09-101-3/+36
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/xmalloc.h: add doxygen卜部昌平2021-09-102-37/+69
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/xmalloc.h: fix typo [ci skip]卜部昌平2021-09-101-2/+1
|
* internal/*.h: skip doxygen卜部昌平2021-09-1055-55/+0
| | | | | These contents are purely implementation details, not worth appearing in CAPI documents. [ci skip]
* template/Doxyfile.tmpl: add alias卜部昌平2021-09-102-1/+2
| | | | | This enables me to write `@shyouhei` in C comments without complained by doxygen that @shyouhei is an unknown special command. [ci skip]