Mention when it is appropriate to document aliases in call-seq
This commit is contained in:
parent
ea50765926
commit
59f7bf96d6
@ -327,7 +327,11 @@ Return types:
|
|||||||
|
|
||||||
Aliases:
|
Aliases:
|
||||||
|
|
||||||
- Omit aliases from the `call-seq`.
|
- Omit aliases from the `call-seq`, unless the alias is an
|
||||||
|
operator method. If listing both a regular method and an
|
||||||
|
operator method in the `call-seq`, explain in the details and
|
||||||
|
examples section when it is recommended to use the regular method
|
||||||
|
and when it is recommended to use the operator method.
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user