This commit is contained in:
Gerrit Birkeland 2021-01-16 09:16:53 -07:00 коммит произвёл GitHub
Родитель 3f053e2f8e
Коммит 0ff6640661
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -29,7 +29,8 @@ The `@inheritDoc` tag does not copy the entire comment body. Only the following
- `@returns` block
Other tags such as `@defaultValue` or `@example` are not copied, and need to be explicitly included after
the `@inheritDoc` tag.
the `@inheritDoc` tag. When the `@inheritDoc` tag is specified, neither the summary section nor the `@remarks`
section may be specified in the comment.
## Example