[Jsdoc-user] no jsdoc from valid javscript
Status: Inactive
Brought to you by:
mmathews
From: <he...@ma...> - 2006-07-28 19:40:51
|
|If I have valid JavaScript like this: var DED = function() { /var private_var;/ /function private_method()/ { // do stuff here } return { method_1 : function() { // do stuff here } }; }(); I dont get any jsdocs out: Loading sources from test.js Nothing to document, exiting What can I do? | |