-
is there a way for jsdocs to pick up embedded comments within the function? in other words, if i include comments at several points within the function, can jsdocs pick those up, and display them in the HTML under the name/parameters/other stuff that's been generated?
if it's still not clear, my goal would be to include comments perhaps every few lines WITHIN the function itself...
2009-07-23 18:23:19 UTC in JSDoc
-
ok, that's the answer i was expecting. thanks for all your help, i appreciate it.
Thanks,
Daniel.
2009-07-23 18:00:24 UTC in Natural Docs
-
got it. that webpage was key, and then it was just testing to see which one i like.
next question, i think i know the answer to but i need to check anyways. is there a way for natural docs to pick up embedded comments within the function? in other words, if i include comments at several points within the function, can natural docs pick those up, and display them in the HTML under the...
2009-07-23 17:35:14 UTC in Natural Docs
-
excellent. think i've got the hang of it, thanks very much. one question though: i'd like to display some very basic information about each file above the summary box - in NaturalDoc's HTML example, where it has the version, copyright, and link would be perfect. what's the keyword to put text in that area?
Thanks,
Daniel.
2009-07-22 23:06:47 UTC in Natural Docs
-
For inheritance reasons I have several instance functions declared as "self.functionName = function();" with "var self = this;" preceding (in JavaScript). Is there a way I can tell Natural Docs to document this function in the same way it would a function declared as "this.functionName = function();" ??? I'm trying in JSDoc but haven't found a solution yet.....
2009-07-20 21:08:49 UTC in Natural Docs