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

Fix for whitespace before comment block #2

Merged
merged 1 commit into from Apr 26, 2013

Conversation

brandonhamilton
Copy link
Contributor

Fixes a bug when comment block has whitespace before it which causes a crash
e.g.

/**
 * @apiDefinePermission admin This title is visible in version 0.1.0 and 0.2.0
 * @apiVersion 0.1.0
 */

    /**
     * @api {get} /user/:id Read data of a User
     * @apiVersion 0.3.0
     * @apiName GetUser
     * @apiGroup User
     */

@rottmann rottmann merged commit eedf508 into apidoc:master Apr 26, 2013
@rottmann
Copy link
Member

Thank you! I integrate it and extend the test for it. npm update is on the way.

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

Successfully merging this pull request may close these issues.

None yet

2 participants