can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / nocode.js
... / ...
CommitLineData
1/**#nocode+*/
2 /**
3 @name star
4 @function
5 */
6 function blahblah() {
7
8 }
9/**#nocode-*/
10
11function yaddayadda() {
12
13}