<doc> document a tag

name
doc
xml namespace
http://moyaproject.com

Write documentation for a widget or custom tag.

Example

<widget name="post" template="post.html">
    <doc>Renders a single post</doc>
    <!-- widget code -->
</widget>