Browse Source

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2703
蔡祥熠 5 years ago
parent
commit
f0c6be9fe6
3 changed files with 3 additions and 2 deletions
  1. 1 0
      o2web/.gitignore
  2. 1 1
      o2web/jsdoc.conf.json
  3. 1 1
      o2web/jsdoc_static/home/README.md

+ 1 - 0
o2web/.gitignore

@@ -3,6 +3,7 @@
 /dest/
 /out/
 /jsdoc/
+/api/
 /node_modules/
 npm-debug.log
 /test/

+ 1 - 1
o2web/jsdoc.conf.json

@@ -1,7 +1,7 @@
 {
     "opts": {    //命令行参数,在配置文件中配置了就不要敲命令了
         "encoding": "utf8",               //文件编码utf8
-        "destination": "./o2web/jsdoc/",          //输出目标文件夹
+        "destination": "./o2web/api/",          //输出目标文件夹
         "recurse": true,                 //是否递归抽取sorce/include配置的文件夹
         "template" : "./node_modules/tidy-jsdoc-o2", //模板路径
         "prism-theme": "prism-custom", //模板中的代码块样式主题

+ 1 - 1
o2web/jsdoc_static/home/README.md

@@ -1,4 +1,4 @@
-# O2OA前台API ({@o2version})
+# O2OA前台API {@o2version}
 
 ## 简介