[Jsdoc-user] jsdoc with recursive option
Status: Inactive
Brought to you by:
mmathews
From: Jacques G. <jac...@ge...> - 2007-08-30 08:29:27
|
Hi All, I'm currently looking at Jsdoc. My JavaScript code is distributed in a tree structure and contain no tag with '@'. When I run jsdoc.pl -r dir_that_contain_tree_structure I can see that jsdoc recognize each file in it, but "js_docs_out" is empty. If I run it over just one file, it produce docs. Could you explain me why "js_docs_out" stay empty when I run jsdoc over a folder ? Thanks, Jacques Guellec |