Re: [Jsdoc-user] Can this is possible with JsDoc
Status: Inactive
Brought to you by:
mmathews
From: Jagadesh P. <jag...@gm...> - 2006-10-06 07:06:57
|
Thanks Gabriel. Can I get all the switches(options) for generating the documentation. I feel with those options I can get my requirements done eaisly, If you have the link just pass it to me. - Jagadesh On 10/6/06, Gabriel Reid <gab...@gm...> wrote: > > Hi, > > > In JsDoc in FileOverview option, the user is able to see the complete > > source > > file when he clicks on the file name. Is this a genuine requirement. ( > Are > > any one using this requirement?) > > > > I need help regarding this issue. I don't want this feature in my > > documentation, can I generate documentation without this feature. If it > is > > possible, just reply me how to disable the feature, as soon as possible. > > Yes, it's possible to run JSDoc without creating the sourcecode view; > use the --no-sources option on the commandline. > > - Gabriel > |