jsdoc/test/fixtures/plugins.js
Jannon a6f68d838c Plugin tests
Tests for the plugin framework as well as for the plugins shipping with JSDoc
2012-05-06 00:43:22 -07:00

10 lines
82 B
JavaScript

/**
* @name virtual
*/
var foo = "bar";
/**
* @foo bar
*/
var test = "tada";