@since
Содержание
Синтаксис
@since <versionDescription>
Обзор
Тег @since указывает, что класс, метод или другой символ были добавлены в определённой версии.
Примеры
Использование тега @since
/**
* Provides access to user information.
* @since 1.0.1
*/
function UserRecord() {}
Связанные ссылки
© 2011–2017 the contributors to the JSDoc 3 documentation project
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://jsdoc.app/tags-since.html