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