Skip to content
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

Doclets not picking up 1 file #75

Closed
ericuldall opened this issue Mar 26, 2016 · 6 comments
Closed

Doclets not picking up 1 file #75

ericuldall opened this issue Mar 26, 2016 · 6 comments
Labels

Comments

@ericuldall
Copy link

For some reason doclets (https://doclets.io/the-letter-e-production/Express-MVC/add-to-doclets) is not picking up the follwing file:
https://github.com/the-letter-e-production/Express-MVC/blob/add-to-doclets/lib/Router.js

Any idea why this is happening?

@lipp
Copy link
Owner

lipp commented Mar 26, 2016

@ericuldall that's strange. no idea why this file is skipped. i'll look into this wed/thu as i am in easter vacations right now...
sorry for the trouble and thanks for using doclets!

@lipp lipp added the bug label Mar 26, 2016
@ericuldall
Copy link
Author

Thank you.

@lipp
Copy link
Owner

lipp commented Apr 5, 2016

@ericuldall the jsdoc parser complains about the usage of the ("future") keyword interface. On Express-MVC master jsdoc complained about lib/Log/Utils.js and lib/Router.js . renaming the "interface" vars fixes this.

@ericuldall
Copy link
Author

ah, okay. I'll check that out later. Is there any way you can make errors when building doclets available in the dashboard? Seems this could have been an easy fix if I knew what the error was.

@lipp
Copy link
Owner

lipp commented Apr 6, 2016

@ericuldall indeed, error handling / reporting has to be improved (well there is no such thing yet)! I'll create an issue for that. thanks!

@lipp
Copy link
Owner

lipp commented Apr 6, 2016

@ericuldall btw: sorry it took so long!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants