wirwolf / jsdoc-toolkit

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

Removing file list when the s option is there #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run jsdoc with the source code output disabled
2. list of source file is still generated in the output
3.

What is the expected output? What do you see instead?
no reference to source code and no source code files generated in the HTML
output

What version of the product are you using? On what operating system?
2.1.0

Here's what needs to be modified to disable source code output
starting at line 84 of publish.js

Original issue reported on code.google.com by robertgo...@yahoo.com on 9 Mar 2009 at 7:55

GoogleCodeExporter commented 8 years ago
The -s option removes the ability to "view source" and this is working as 
expected. What you are asking for is 
better accomplished by editing the jsdoc/allfiles.tmpl template. You then have 
the option to remove the filepaths 
from the output or display them in any different way you wish.

Original comment by micmath on 20 Jun 2009 at 8:05