Skip to content

Conversation

argelius
Copy link
Contributor

@anatoo I noticed that wcdoc removes all leading whitespaces from the comments.

/**
 * @example
 * <ons-carousel style="width: 100%; height: 200px">
 *   <ons-carousel-item>
 *    ...
 *   </ons-carousel-item>
 *   <ons-carousel-item>
 *    ...
 *   </ons-carousel-item>
 * </ons-carousel>
 */

was converted to

@example
<ons-carousel style="width: 100%; height: 200px">
<ons-carousel-item>
...
</ons-carousel-item>
<ons-carousel-item>
...
</ons-carousel-item>
</ons-carousel>

so we lose the indenation. This PR fixes the issue.

@anatoo anatoo merged commit d2dfd29 into master Mar 24, 2016
@argelius
Copy link
Contributor Author

@anatooさん
お時間のあるときにnpmでリリースしてください。

@anatoo
Copy link
Contributor

anatoo commented Mar 24, 2016

@argelius リリースしました!

@argelius
Copy link
Contributor Author

@anatoo ありがとうございます!

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.

2 participants