ibm-js / jsdoc-amddcl

An effort to create a JSDoc template that works well with AMD and C3MRO-based multiple class inheritance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page repeated

wkeese opened this issue · comments

I've noticed it outputs the page twice. You scroll down to where the page is supposed to end and then it starts over again (with the summary of the module).

I did get this a few times, but for me it always went away after regenerating the doc from a clean situation, that is after deleting the output directory. In any case, I don't see this with the current code in delite and deliteful's master (using an up to date jsdoc-amddcl).

To be on the safe side maybe the grunt task should start by deleting the output dir (I guess deleting out/doclets.json is what matters).

If you still have the trouble after clearing the out dir, it would be nice to know the code which produces it. But I hope the clearing will do the trick for you as it did for me.

OK yes, it's working for me now, after removing the out/ dir before running.

I guess we need to include another module to be able to delete files from grunt? http://stackoverflow.com/questions/17223237/grunt-delete-all-files-and-files-in-sub-directories-with-specific-file-extensi