mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
- version - author - license - copyright - since These are flattened and output in Markdown. HTML output will require an update in the theme module
12 lines
186 B
JavaScript
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;
|
|
}
|