ruby/lib/rdoc/parser
Petrik 2a57e6e6ed [ruby/rdoc] Don't document aliases with trailing `:nodoc` directive
Attribute readers and writers can be marked as `:nodoc` to keep them
undocumented:

```ruby
attr_reader :name # :nodoc:
```

For aliases this behaviour should be the same:

```ruby
alias_method :old :new # :nodoc:
```

https://github.com/ruby/rdoc/commit/30f14e8271
2024-02-09 01:07:17 +00:00
..
c.rb [ruby/rdoc] Fix support for `rb_file_const` and `rb_curses_define_const` 2023-12-25 21:12:49 +09:00
changelog.rb [ruby/rdoc] [DOC] Add missing documents 2023-12-16 00:26:37 +09:00
markdown.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
rd.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
ripper_state_lex.rb [ruby/rdoc] [DOC] nodoc for probably internal methods 2023-12-16 00:26:39 +09:00
ruby.rb [ruby/rdoc] Don't document aliases with trailing `:nodoc` directive 2024-02-09 01:07:17 +00:00
ruby_tools.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
simple.rb Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00
text.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00