senchalabs / jsduck

Simple JavaScript Duckumentation generator.
http://docs.sencha.com/
GNU General Public License v3.0
1.5k stars 238 forks source link

How to hide the Array Boolean item #668

Closed mingliao closed 7 years ago

mingliao commented 7 years ago

I am new to use the jsduck ,and thanks for the project 👍 now i have a question ,when i generator the doc ,the document would generate the Array String item that I don't need like below image how can i hide these item or delete these item .thank you

nene commented 7 years ago

Simply don't use the --builtin-classes command line option.

mingliao commented 7 years ago

@nene tks very much 👍