jsdoc/test/samples/jsdoc_quotename.js
2010-07-10 10:08:08 +01:00

17 lines
213 B
JavaScript

/**
@namespace
@name chat."#channel"
*/
chat["#channel"] = {};
/**
@property
@type {boolean}
@name chat."#channel".open
*/
chat["#channel"].open = true;
/**
@event chat."#channel"."op:announce-motd"
*/