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

add support for disabling parsing of "single star" comments #98

Merged
merged 1 commit into from
Oct 6, 2014
Merged

add support for disabling parsing of "single star" comments #98

merged 1 commit into from
Oct 6, 2014

Conversation

stephenmathieson
Copy link
Contributor

added an option singleStar (which defaults to true) to turn off parsing of single star comments (e.g. /* */). also added missing break in parseTag because ocd.

added an option `singleStar` (which defaults to true) to turn off parsing of single star comments (e.g. /* */).  also added missing `break` in `parseTag` because ocd.
@stephenmathieson
Copy link
Contributor Author

@visionmedia thoughts? should i close?

@tj
Copy link
Owner

tj commented Jul 19, 2013

I'd probably rather just add a property saying if it was a single-line comment or not, something like that

@yangit
Copy link

yangit commented Aug 23, 2014

That would also help to fix jslint comments bug.

@fishbar
Copy link

fishbar commented Sep 15, 2014

nice pr, @visionmedia will you accept it ?
for /* */ , sometimes we just comment the useless code, not the document content

@evindor evindor merged commit ec260fe into tj:master Oct 6, 2014
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

5 participants