docascode / Node2DocFX

An API documentation generator for JavaScript.
MIT License
3 stars 3 forks source link

JS-Docs for non classes will not be generated #9

Open SBajonczak opened 6 years ago

SBajonczak commented 6 years ago

Hi I have the following example code:

`/**

But this does not create a doc for me. But when I use jsDoc directly it will work. How can I process this file to get a proper documentation with this example?

For sure it will generate a documentation when I create a class and insert them into the file, but there I Cannot do create an module or s.th.

orellabac commented 4 years ago

I am also having this problem. If I try to document something that does not have a class no documentation is generated