Mention when it is appropriate to document aliases in call-seq

This commit is contained in:
Jeremy Evans 2023-02-19 11:58:00 -08:00
Родитель ea50765926
Коммит 59f7bf96d6
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -327,7 +327,11 @@ Return types:
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