can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / anon_inner.js
1 /**
2 * @name bar
3 * @namespace
4 */
5
6 new function() {
7 /**
8 * @name bar-foo
9 * @function
10 * @param {number} x
11 */
12 function foo(x) {
13 }
14 }