UNPKG

mxdocgen

Version:

A small tool that mimics the documentation generation capabilities offered in Mendix Studio Pro, but with greater flexibility. It uses the Mendix Model SDK to extract information from a Mendix model, which is then fed into a set of templates to generate

30 lines (28 loc) 745 B
<h3 id="{{ID}}">{{TypeName}}s</h3> <table class='table table-striped table-bordered'> <colgroup> <col style="width: 20%"/> <col style="width: 20%"/> <col style="width: 60%"/> </colgroup> <thead> <tr> <th>Name</th> <th>Return type</th> <th>Documentation</th> </tr> </thead> <tbody> {{#Microflows}} <tr> <td><a href='#{{ID}}'>{{Name}}</a></td> <td>{{Return type}}</td> <td>{{Documentation}}</td> </tr> {{/Microflows}} </tbody> </table> <div class="back-to-top"><a href="#top">Back to top</a></div> {{#Microflows}} {{> Microflow}} {{/Microflows}}