template.html.error.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.
Error Code
<%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(errorCodeList)){%>
${apiDocList.~size+1}. ${errorListTitle}
${apiDocList.~size+1}.1. ${errorListTitle}
Error code
Description
<%for(error in errorCodeList){%>
${error.value}
${htmlEscape(error.desc)}
<%}%>
<%}%>