mirror of
https://github.com/ruby/ruby.git
synced 2026-08-03 11:18:06 +08:00
* Remove stale entries from `.document` files `doc/.document` referenced two non-existent directories (`date`, `rdoc`). `ext/.document` referenced eight extensions that have been moved to gems: bigdecimal, fiddle, monitor, nkf, racc, readline, syslog, and win32ole. These entries were silently ignored by RDoc. Verified that generated HTML is identical before and after removal. * Remove outdated and obsolete doc files - `doc/yarvarch.en`: placeholder with just "maybe writing." - `doc/yarvarch.ja`: 2005-era YARV design doc, predates Ruby 2.0 - `doc/forwardable.rd.ja`: old `.rd` format, not referenced anywhere - `README.EXT`, `README.EXT.ja`: redirect stubs pointing to `doc/extension.rdoc` since ~2015, with no live references None of these files matched the `doc/.document` patterns so they were never included in generated documentation. * Remove redundant `charset` and `encoding` from `.rdoc_options` RDoc defaults to UTF-8 encoding and its own source says "`encoding` is preferred over `charset`". Both were set to UTF-8, matching the default, so neither is needed.
82 lines
1.5 KiB
Plaintext
82 lines
1.5 KiB
Plaintext
# Add files to this as they become documented
|
|
|
|
cgi/escape/escape.c
|
|
continuation/continuation.c
|
|
coverage/coverage.c
|
|
coverage/lib
|
|
date/date_core.c
|
|
date/date_parse.c
|
|
date/date_strftime.c
|
|
date/date_strptime.c
|
|
date/lib
|
|
digest/bubblebabble/bubblebabble.c
|
|
digest/digest.c
|
|
digest/lib
|
|
digest/md5/md5init.c
|
|
digest/rmd160/rmd160init.c
|
|
digest/sha1/sha1init.c
|
|
digest/sha2/sha2init.c
|
|
digest/sha2/lib
|
|
etc/etc.c
|
|
fcntl/fcntl.c
|
|
io/console/
|
|
io/nonblock/nonblock.c
|
|
io/wait/wait.c
|
|
json/generator/generator.c
|
|
json/lib
|
|
json/parser/parser.c
|
|
objspace/objspace.c
|
|
objspace/objspace_dump.c
|
|
objspace/object_tracing.c
|
|
objspace/lib
|
|
openssl/lib
|
|
openssl/ossl.c
|
|
openssl/ossl_asn1.c
|
|
openssl/ossl_bio.c
|
|
openssl/ossl_bn.c
|
|
openssl/ossl_cipher.c
|
|
openssl/ossl_config.c
|
|
openssl/ossl_digest.c
|
|
openssl/ossl_engine.c
|
|
openssl/ossl_hmac.c
|
|
openssl/ossl_kdf.c
|
|
openssl/ossl_ns_spki.c
|
|
openssl/ossl_ocsp.c
|
|
openssl/ossl_pkcs12.c
|
|
openssl/ossl_pkcs7.c
|
|
openssl/ossl_pkey.c
|
|
openssl/ossl_pkey_dh.c
|
|
openssl/ossl_pkey_dsa.c
|
|
openssl/ossl_pkey_ec.c
|
|
openssl/ossl_pkey_rsa.c
|
|
openssl/ossl_rand.c
|
|
openssl/ossl_ssl.c
|
|
openssl/ossl_ssl_session.c
|
|
openssl/ossl_ts.c
|
|
openssl/ossl_x509.c
|
|
openssl/ossl_x509attr.c
|
|
openssl/ossl_x509cert.c
|
|
openssl/ossl_x509crl.c
|
|
openssl/ossl_x509ext.c
|
|
openssl/ossl_x509name.c
|
|
openssl/ossl_x509req.c
|
|
openssl/ossl_x509revoked.c
|
|
openssl/ossl_x509store.c
|
|
psych/lib
|
|
psych/psych.c
|
|
psych/psych_emitter.c
|
|
psych/psych_parser.c
|
|
psych/psych_to_ruby.c
|
|
psych/psych_yaml_tree.c
|
|
pty/lib
|
|
pty/pty.c
|
|
rbconfig/sizeof/*.c
|
|
ripper/lib
|
|
socket
|
|
stringio/stringio.c
|
|
strscan/lib
|
|
strscan/strscan.c
|
|
win32/lib
|
|
win32/resolv/*.c
|
|
zlib/zlib.c
|