documentation/test/fixture/meta.input.js
Tom MacWright 931f48eefc Implement five tags:
- version
- author
- license
- copyright
- since

These are flattened and output in Markdown. HTML output will
require an update in the theme module
2015-12-07 17:53:00 -05:00

12 lines
186 B
JavaScript

/**
* This function has a lot of metadata
* @version 1.2.0
* @author Jim Jones
* @copyright John Jones
* @since 1962
* @license Public Domain
*/
function dewey(a) {
return a;
}