I'm using the grunt-dox grunt plugin to generate docco documentation out of a JavaScript file that has JsDoc dockblocks.
When I run the grunt task all I get is an HTML file with just the title I specified. No errors installing grunt-dox or running the task.
I'm on Mac OS X 10.8.3 but I have a strong feeling thats not why its not working.
Here's some related files for reference:
- Gruntfile.js
- project.json dependancies
- index.html generated by dox - please disregard the formatting with extra spaces
- JavaScript file I'm trying to document
Am I doing something wrong? Has anyone gotten this to work? BTW I'm running grunt test
which has the dox task in it.
Help would be much appreciated as I've been stuck on this for two days and ready to give up.
UPDATE: I tried to just run dox --title POC public/javascripts/build/docs/docs.js > public/docs/index.html
and it hangs forever.
Grrr.