b-connect/plugin-twig-doc

安装: 394

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

类型:patternlab-plugin

0.9.2 2018-04-18 11:50 UTC

This package is auto-updated.

Last update: 2024-09-21 20:05:33 UTC


README

{#
/**
 * My component
 *
 * This is a description for my component.
 *
 * @example
 * {% for i in 1.6 %}
 *   <h{{ i }}>Headline {{ i }}</h{{i}}>
 * {% endfor %}
 *
 * @param String $title Headline text
 * @param int $depth Headline depth
 * /
#}

<h{{ depth }}>{{ title }}</h{{ depth }}>

支持的标签

  • 标题
  • 描述
  • @param
  • @example