xorcus

Results 4 comments of xorcus

You are right, the specs state it should be specified in lower case. I have tested this behavior with Asciidoctor by creating examples using `HTML` and `html`. Both worked with...

I have followed the instructions found here: http://usejsdoc.org/howto-commonjs-modules.html#values-assigned-to-module-exports- and module html was generated, but a link to it is not included in the index.html. Also, the search list on index.html...

I am successfully running jsdoc3 using rhino from Ant as follows (no need for a special ant plugin): <exec executable="path/to/jsdoc/jsdoc.cmd" dir="path/to/jsdoc"> <arg value="--recurse" /> <arg value="--destination" /> <arg value="path/to/docs/output/dir" />...

I have updated the comment above and the example