📝 文档更正

This commit is contained in:
SanLi
2020-06-22 13:56:38 +08:00
parent 7510709704
commit 9bae88b5fe

View File

@@ -137,7 +137,7 @@ void documentGeneration() {
//生成配置
.produceConfig(processConfig).build();
//执行生成
new DocumentationExecute(configuration).execute();
new DocumentationExecute(config).execute();
}
```