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

No indentation in generated documentation #57

Open
deje1011 opened this issue Mar 21, 2016 · 1 comment
Open

No indentation in generated documentation #57

deje1011 opened this issue Mar 21, 2016 · 1 comment

Comments

@deje1011
Copy link

Given the following example:


/*
    @example
    var foo = {
        bar : 'baz'
    };
*/

There is no indentation at all in the output, which would make the examples much easier to read :)

@deje1011 deje1011 changed the title No Indentation in generated documentation No indentation in generated documentation Mar 21, 2016
@pietersv
Copy link

pietersv commented Jan 2, 2017

Indentations appear to work if the leading asterisks are present

/**
 *   @example
 *    var foo = {
 *        bar : 'baz'
 *    };
*/

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