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
First got "warn: (docparser): Missing item type: common\test.js:1", then there was no module/classes found.
Just fixed it by changing line endings from Mac to Unix.
A file with Mac line endings will reproduce this bug.
Here's discussion, https://groups.google.com/forum/#!topic/yuidoc/_PNflxx4V7s
The text was updated successfully, but these errors were encountered:
Fix a bug with parse files written in CR newline
863227a
It fixes yui#96. It doesn't have test code by design because mixed newline files in a repository cause confusion.
#308 is ready for reviews.
Sorry, something went wrong.
okuryu
Successfully merging a pull request may close this issue.
First got "warn: (docparser): Missing item type: common\test.js:1", then there was no module/classes found.
Just fixed it by changing line endings from Mac to Unix.
A file with Mac line endings will reproduce this bug.
Here's discussion,
https://groups.google.com/forum/#!topic/yuidoc/_PNflxx4V7s
The text was updated successfully, but these errors were encountered: