除了POD,还有什么工具可以用来记录我的Perl和Mason代码?您使用什么工具?有哪些工具可以帮助我?
发布于 2011-06-30 23:31:33
对于Mason中的文档,有<%doc>标记。像这样使用它:
<%doc>
<%doc> some text here </%doc>
doc标记被视为注释。请参阅Mason::Manual::Syntax
doc
https://stackoverflow.com/questions/6515569
相似问题