首页 > 其他 > 详细

smart-doc 单模块 生成文档

时间:2021-09-02 08:15:23      阅读:14      评论:0      收藏:0      [点我收藏+]

build.gradle

plugins {
    id "com.github.shalousun.smart-doc" version "2.2.2"
}
 
smartdoc {
    configFile = file("src/main/resources/smart-doc.json")
}
 

resources/smart-doc.json

{
  "serverUrl": "localhost:9090/web-mac",
  "allInOneDocFileName":"webmac.md",
  "outPath": "webmac",
  "isStrict": false,
  "allInOne": true,
  "coverOld": true,
  "createDebugPage": true,
  "projectName": "pro.webMac",
  "revisionLogs": [{
    "version": "1.0",
    "revisionTime": "2021-08-11 12:00",
    "status": "update",
    "author": "tyler",
    "remarks": "修改命名规范"
  }]
}
 
 

 

smart-doc 单模块 生成文档

原文:https://www.cnblogs.com/hanjun0612/p/15209370.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!