Closed cjolif closed 12 years ago
The description of kwArgs is listed as though it were the constructor's summary. details.xml looks OK.
OK I see, the viewer code incorrectly assumes that the first <summary>
node which is a descendant of <method>
is the method's summary, but in Colin's XML output the parameter summaries and descriptions precede the summary/description of the method itself.
So it's really only half fixed, but I moved the remaining issue to csnover/js-doc-parse#53.
thanks @wkeese
See for example the doc for dojox/charting/action2d/PlotAction constructor. The constructor say:
"An object with the following properties:
"
While it should be in the doc of the kwArgs attribute?