You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ext-doc
I'm noticing that ext-doc does a wonderful job of formatting my
documentation... but is there a way to get a "Config Options" section,
like how the ExtJS docs have it? If it's already part of the tool, can
someone give me an example of how to document that for my classes?
Thanks!
oxymoron
unread,
Jun 29, 2009, 8:32:52 PM6/29/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ext-doc
To document Config Options use @cfg tag:
/**
* @cfg {String} myConfig The description of my config option.
*/