@summary
Table of Contents
Syntax
@summary Summary goes here.
Overview
The @summary tag is a shorter version of the full description. It can be added to any doclet.
Examples
/** * A very long, verbose, wordy, long-winded, tedious, verbacious, tautological, * profuse, expansive, enthusiastic, redundant, flowery, eloquent, articulate, * loquacious, garrulous, chatty, extended, babbling description. * @summary A concise summary. */ function bloviate() {}
Related Links
© 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-summary.html