Lloyd Brookes

Results 159 comments of Lloyd Brookes

Hi, currently text set with the `@deprecated` tag is not shown in the output.. i will add this.

Does this work correctly in jsdoc directly?

could you post some dummy input files I could use to reproduce this?

True, that function is module scope, not global. In which case you should have a `@module` tag defined but as you say, the module-scope function is then described as a...

Does your failed attempt above work in jsdoc? If not, please ensure your docs generate correctly in jsdoc first (jsdoc2md works downstream of jsdoc)..

that doesn't look like a valid `@link` value.. please check [the docs](http://usejsdoc.org/tags-inline-link.html) and ensure your link works correctly in jsdoc first, please.

hmm, ok - thanks for confirming.. on first glance `./services/log.md#log` did not, and still doesn't look like a reliable URL (it's relative and `md` files do not have anchor links)...

Needs some investigation, thanks. Historically, there was a reason `@private` had no effect on constructors (because jsdoc output made no distinction between a class and function declaration, i think) but...

does this input code produce the desired output in jsdoc v3.6.2?