diff options
author | Petrik <[email protected]> | 2024-02-08 21:58:56 +0100 |
---|---|---|
committer | git <[email protected]> | 2024-02-09 01:07:17 +0000 |
commit | 2a57e6e6edbd848b5646a762e9351912c857706f (patch) | |
tree | eb76c005e10cd59806a77687ae4764748402ac00 /internal/ruby_parser.h | |
parent | 5d32e328d90e435ceb5d1259438157ab5d2a4608 (diff) |
[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
Diffstat (limited to 'internal/ruby_parser.h')
0 files changed, 0 insertions, 0 deletions