-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
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
One .md-file per .js-file #24
Comments
Found a way now, but it's nasty:
|
hi, will look into this when i get a moment but i notice you're missing a return statement.. in the example here notice it is |
No, that does not help :/ |
hi! You should no longer need this hack, or the custom gulp task.. the latest plug-in version should just work, meaning you can use this method to get "one markdown out per js in".. make sure you adhere to the caveat mentioned on the plugin docs.. let me know how it goes.. |
inactive, assuming resolved.. |
I see this code here:
And I am trying to make the given code produce one
.md
-file per.js
-file.. and so far no luck.. basically, I want this behaviour:But that code gives me:
How can I achieve what I want? I am using
@module
-tag, so I cant use the gulp plugin..I am using this version:
"jsdoc-to-markdown": "^0.5.11",
, getting same result in"jsdoc-to-markdown": "^0.6.4",
The text was updated successfully, but these errors were encountered: