Skip to content

Commit 0a87c49

Browse files
committed
release 1.2.3
1 parent 5b7ca76 commit 0a87c49

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ When you need to use smart-doc to generate more API document information, you ca
9292
"allInOne": true, // whether to merge documents into one file, generally recommended as true
9393
"outPath": "D: // md2", // Specify the output path of the document
9494
"coverOld": true, // Whether to overwrite old files, mainly used for mardown file overwrite
95+
"style":"xt256", //set highlight
9596
"packageFilters": "", // controller package filtering, multiple package names separated by commas
9697
"md5EncryptedHtmlName": false, // only used if each controller generates an html file
9798
"projectName": "smart-doc", // Configure your own project name

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ subprojects{
8888
"allInOne": true, //是否将文档合并到一个文件中,一般推荐为true
8989
"outPath": "D://md2", //指定文档的输出路径
9090
"coverOld": true, //是否覆盖旧的文件,主要用于mardown文件覆盖
91+
"style":"xt256", //基于highlight.js的代码高亮设置,喜欢配色统一简洁的同学可以不设置
9192
"packageFilters": "",//controller包过滤,多个包用英文逗号隔开
9293
"md5EncryptedHtmlName": false,//只有每个controller生成一个html文件是才使用
9394
"projectName": "smart-doc",//配置自己的项目名称

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '1.2.2'
22+
version '1.2.3'
2323

2424
sourceCompatibility = 1.8
2525

@@ -30,7 +30,7 @@ repositories {
3030

3131
dependencies {
3232
testCompile group: 'junit', name: 'junit', version: '4.13.1'
33-
compile 'com.github.shalousun:smart-doc:1.9.8'
33+
compile 'com.github.shalousun:smart-doc:1.9.9'
3434
}
3535
tasks.withType(JavaCompile) {
3636
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)