[Jsdoc-user] A few questions
Status: Inactive
Brought to you by:
mmathews
From: Max d'A. <ma...@da...> - 2005-09-16 21:33:02
|
Hello, I've just started trying out JSDoc and have a few questions if anyone can answer them. 1. There appears to be a minor bug if you include a single quote (apostrophe) in inline comments using a double slash. E.g. a line such as; myFunction(); //This is today's test code. When I look at the "File" page the source code highlighting breaks at the single quote. (I think it starts again if you hit another single quote in another inline comment.) 2. Are the * characters optional at the start of lines within the special comment blocks? 3. I seem to be having problems with Mozilla style getters and setters not being documented. E.g. Element.prototype.__defineGetter__( "getSomething", function() { var temp = this.aproperty; return temp; } ); I've tried several combinations of @ commands without success. Is this a type of javascript expression that is too complicated to be picked up? Many thanks for any answers. Regards Max I'm using the latest version of JSDoc (1.9.5.6) on a Windows Me platform if that makes any difference. |