开发者

Tools to document Mason and Perl code? [closed]

开发者 https://www.devze.com 2023-03-16 05:58 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

We don’t 开发者_JAVA百科allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

Other than POD, what are the tools available to document my Perl and Mason code? What do you use and what tools are available to help me?


For the documentation in Mason, there is the <%doc> tag. Use it like so:

<%doc>
some text
here
</%doc>

The doc tag is treated as a comment. see Mason::Manual::Syntax

0

精彩评论

暂无评论...
验证码 换一张
取 消