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

Extra Comment tags being added #33

Closed
dabates opened this issue Oct 27, 2014 · 1 comment
Closed

Extra Comment tags being added #33

dabates opened this issue Oct 27, 2014 · 1 comment

Comments

@dabates
Copy link

dabates commented Oct 27, 2014

Not sure if that's the best "Title" for this bug.

The issue seems to be thus:

I have a Doc Block like this:

    /**
     * This service will deal with submission 
     **/
    services.factory("submissionService", ['$http', function($http) {
        // Note: this will change when we send this into the form
        var submitUrl = "http://some.url";

Two things happen.. if I go up tot he function declaration, and press enter to have some white space after the {
I get a single * after the { so it looks like: { *

The same thing happens of I go to the end of the "var" line and press enter.. at the end of the line it adds: // so it looks like:

var submitUrl = "http://some.url";// 

Now the second is of less consequence than the first.. but thought you would like to know

@malko
Copy link
Collaborator

malko commented May 23, 2015

Can't reproduce with latest atom and docblocker version so i close the issue for now. Feel free to re-open.
Additionaly your comment block shoud end with */ not **/

@malko malko closed this as completed May 23, 2015
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

No branches or pull requests

2 participants