Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Parameter documentation is not indented properly #162

Open
DreierF opened this issue Aug 23, 2018 · 1 comment
Open

Parameter documentation is not indented properly #162

DreierF opened this issue Aug 23, 2018 · 1 comment

Comments

@DreierF
Copy link

DreierF commented Aug 23, 2018

When using documentation comments like suggested in the Closure Templates Documentation the comments are not indented, which looks a bit odd.

{template .template}
/* My comment. */
    {@param p1: ?}
/* Another comment. */
    {@param p2: ?}
    <div>
        ...

Thank you so much for this awesome plugin 🙂

@crdev
Copy link
Contributor

crdev commented Dec 24, 2019

A doc comment is denoted by TWO leading stars, like this:

/** My comment. */

With this in place, you should get correct doc comments formatting.

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

No branches or pull requests

2 participants