Tw1ddle/geometrize-haxe

View on GitHub
dox/themes/samcodes/templates/enum_field.mtt

Summary

Maintainability
Test Coverage
<div class="field">
    <h3>
        <code>
            <a name="::ctor.name::" href="#::ctor.name::">
                <span class="identifier">::ctor.name::</span>
            </a>
            ::if ctor.args != null::
                (::foreach arg ctor.args::::arg.name:::$$printLinkedType(::arg.t::)::if !repeat.arg.last::, ::end::::end::)
            ::end::
        </code>
    </h3>
    <div class="doc" ::cond ctor.doc != null::>
        ::raw ctor.doc::
    </div>
</div>