@version
Содержание
Обзор
Документирует версию элемента. Текст, следующий за тегом @version, будет использоваться для обозначения версии элемента.
Примеры
Использование тега @version
/**
* Solves equations of the form a * x = b. Returns the value
* of x.
* @version 1.2.3
* @tutorial solver
*/
function solver(a, b) {
return b / a;
}
Связанные ссылки
© 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-version.html