b-connect / plugin-twig-doc
Installs: 395
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:patternlab-plugin
Requires
- php: >=5.4
- cebe/markdown: ~1.2.0
- pattern-lab/core: ^2.4.0
- pattern-lab/patternengine-twig: ~2.0
- phpdocumentor/reflection-docblock: ^4.3
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 }}>
Supported tags
- Title
- Description
- @param
- @example