We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey nice approach and library!
Have installed it globally via:
sudo npm install autodoc -g
then wanted to test the documentation functionality but got this :(
what could be the reason? Event tried and installed jasmin-node also as global to see if it helps... sudo npm install jasmin-node -g but it did not.
sudo npm install jasmin-node -g
I am running node v0.10.24 on Ubuntu 12.04LTS if it is relevant.
The file I'm trying to document is very basic one, something like:
/** Aplication object and ...blabla */ (function(){ /** Some API */ return { } }());
Help will be appreciated! Thanks
The text was updated successfully, but these errors were encountered:
dtao#51 Fix missing jasinja dependency.
277c503
No branches or pull requests
Hey nice approach and library!
Have installed it globally via:
sudo npm install autodoc -g
then wanted to test the documentation functionality but got this :(

what could be the reason?
Event tried and installed jasmin-node also as global to see if it helps...
sudo npm install jasmin-node -g
but it did not.
I am running node v0.10.24 on Ubuntu 12.04LTS if it is relevant.
The file I'm trying to document is very basic one, something like:
Help will be appreciated!
Thanks
The text was updated successfully, but these errors were encountered: