template.html.dict.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smart-doc Show documentation
Show all versions of smart-doc Show documentation
Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document
generation.
Dictionary
<%if(isNotEmpty(highlightCssLink)){%><%}%>
<%if(isNotEmpty(projectName)){%>${projectName}
<%}%>
API Reference
<%for(api in apiDocList){%><%if(apiLP.first){%>
- ${api.order}. ${htmlEscape(api.desc)}
<%}else{%>
- ${api.order}. ${htmlEscape(api.desc)}
<%}%><%}%><%if(isNotEmpty(errorCodeList)){%>
- ${apiDocList.~size+1}. ${errorListTitle}
<%}%><%if(isNotEmpty(dictList)){%>
- ${dictListOrder}. ${dictListTitle}
<%for(dict in dictList){%>
- ${dictListOrder}.${dict.order}. ${dict.title}
<%}%>
<%}%>
<%if(isNotEmpty(dictList)){%>
${dictListOrder}. ${dictListTitle}
<%for(dict in dictList){%>
${dictListOrder}.${dict.order}. ${dict.title}
Code
Type
Description
<%for(dataDict in dict.dataDictList){%>
${dataDict.value}
${dataDict.type}
${htmlEscape(dataDict.desc)}
<%}%>
<%}%>
<%}%>