mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
/** A function.
|
|
* @todo something
|
|
* @todo something else
|
|
*/
|
|
function x() {
|
|
}
|