This commit is contained in:
xingzi 2019-10-12 15:50:42 +08:00
commit 6e9852da78
3 changed files with 5 additions and 2 deletions

View File

@ -70,5 +70,7 @@
- 更新日期:待定 - 更新日期:待定
- 更新内容: - 更新内容:
1. 优化注释换行\n\r问题。 1. 优化注释换行\n\r问题。
2. 修改bug #I135PG
3. 添加requestHeader功能

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId> <artifactId>smart-doc</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.7.0</version> <version>1.7.1</version>
<name>smart-doc</name> <name>smart-doc</name>
<url>https://github.com/shalousun/smart-doc.git</url> <url>https://github.com/shalousun/smart-doc.git</url>
@ -59,7 +59,7 @@
<dependency> <dependency>
<groupId>com.github.shalousun</groupId> <groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId> <artifactId>common-util</artifactId>
<version>1.8.6</version> <version>1.8.7</version>
</dependency> </dependency>
<!--markdown to html--> <!--markdown to html-->
<dependency> <dependency>

View File

@ -43,6 +43,7 @@ for(param in doc.requestParams){
${param.field}|${param.type}|${param.desc}|${param.required}|${param.version} ${param.field}|${param.type}|${param.desc}|${param.required}|${param.version}
<%}%> <%}%>
<%}%> <%}%>
<%if(isNotEmpty(doc.requestUsage)){%> <%if(isNotEmpty(doc.requestUsage)){%>
**Request-example:** **Request-example:**
``` ```