can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / public.js
CommitLineData
629a09ae
DV
1/**@constructor*/
2function Foo() {
3 /**
4 @public
5 @static
6 @field
7 */
8 var bar = function(x) {
9 }
10}