fj_doc_lib_autodoc.template.autodoc_detail.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fj-doc-lib-autodoc Show documentation
Show all versions of fj-doc-lib-autodoc Show documentation
API for generating documentation for Venus Project
<#assign adProps=autodocDetailModel.adProperties>
<#assign autodocDetail=autodocDetailModel.autodocDetail>
10
autodoc-table-id=Documentation
true
false
autodoc-table-id
29.7cm
21cm
${adProps['output-title']}
en
https://venusguides.fugerit.org/src/css/default_venus_docs_style.css
${adProps['output-title']}
<#list autodocDetail.adElement as adElement>
Element : ${adElement.name} |
${adElement.description} |
${adElement.detail} |
Attribute |
Description |
Detail |
<#if adElement.adAttribute?size gt 0>
<#list adElement.adAttribute as adAttribute>
${adAttribute.name} |
${adAttribute.description} |
${adAttribute.detail} |
#list>
<#else>
This element does not have attributes |
#if>
#list>