All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.html.dict.html Maven / Gradle / Ivy

Go to download

Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document generation.

There is a newer version: 3.0.5
Show newest version



    
    
    
    Dictionary
    
    
    <%if(isNotEmpty(highlightCssLink)){%><%}%>
    
    
    



<%if(isNotEmpty(dictList)){%>

${dictListOrder}. ${dictListTitle}

<%for(dict in dictList){%>

${dictListOrder}.${dict.order}. ${dict.title}

<%for(dataDict in dict.dataDictList){%> <%}%>
Code Type Description

${dataDict.value}

${dataDict.type}

${htmlEscape(dataDict.desc)}

<%}%>
<%}%>
Generated by smart-doc at ${createTime}Suggestions,contact,support and error reporting on Gitee or Github




© 2015 - 2024 Weber Informatics LLC | Privacy Policy