jsdoc3Template
jsdoc3Template copied to clipboard
link to source code file
Hi,
Thank you for the template!
In my installation the links to the source code do not work. I found the function _generateSRCFilesPages() in processFiles.js. The function gets called but this.files is an object with no properties.
You need to creatw the apropiates doclets for the files. This is a knowed bug that I will fix in the next version.
/**
- @fileoverview File description
- @author Your Name [email protected] */
You need put this in every file in your code.
Greetings El 08/07/2013 10:54, "peegees" [email protected] escribió:
Hi,
Thank you for the template!
In my installation the links to the source code do not work. I found the function _generateSRCFilesPages() in processFiles.js. The function gets called but this.files is an object with no properties.
— Reply to this email directly or view it on GitHubhttps://github.com/danyg/jsdoc3Template/issues/12 .
tried this ... still not working ..