summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorPetrik <[email protected]>2024-02-08 21:58:56 +0100
committergit <[email protected]>2024-02-09 01:07:17 +0000
commit2a57e6e6edbd848b5646a762e9351912c857706f ()
treeeb76c005e10cd59806a77687ae4764748402ac00 /st.c
parent5d32e328d90e435ceb5d1259438157ab5d2a4608 (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://.com/ruby/rdoc/commit/30f14e8271
0 files changed, 0 insertions, 0 deletions