Re: [Jsdoc-user] Can this is possible with JsDoc
Status: Inactive
Brought to you by:
mmathews
From: Gabriel R. <gab...@gm...> - 2006-10-06 06:59:59
|
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 |