我想用我的视图生成样式指南(现在叫什么名称?设计系统?)。类似于JavaDocs for Twig模板,因此在视图顶部...
{#
# Button
A standard button
## Usage
Buttons should be used in X Y Z situations.
@author John Smith <john.smith@megacorp.uk>
@copyright Megacorp UK, 2099
@version 1.0.3
@param array data .....
@param string text Button text
@param string type Button type (submit, button, ..)
...
#}
<button <!-- ... -->>
<!-- more code -->
</button>
有工具吗?