cwilson1031 / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

"Inner" function are always documented #305

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As you can see here:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ajax.html

... <inner> functions are getting outputted, even if the "-p" option is not 
being used.

We have the following configuration file:
http://dev.ckeditor.com/browser/CKEditor/trunk/_dev/docs_build/docs_build.conf

... which is fired by this batch:
http://dev.ckeditor.com/browser/CKEditor/trunk/_dev/docs_build/docs_build.bat

Finally, here you have the source code getting documented:
http://dev.ckeditor.com/browser/CKEditor/trunk/_source/core/ajax.js

I've tried forcing "p : false" in the configuration file with no effect.

Please let me know if any further information is needed. Thanks.

Original issue reported on code.google.com by fre...@gmail.com on 22 Oct 2010 at 9:50

GoogleCodeExporter commented 8 years ago
The original output like I've included above may not be valid to illustrate the 
issue anymore, as I'm forcing ignoring inner functions now, through the 
publish.js file (see http://dev.ckeditor.com/changeset/5979).

Because of this, I'm attaching the output file here for reference.

Original comment by fre...@gmail.com on 22 Oct 2010 at 10:11

Attachments: