Kaynağa Gözat

Merge branch 'fix/JSDOC_TITLE' into 'wrdp'

Merge of fix/JSDOC_TITLE to wrdp

See merge request o2oa/o2oa!3001
蔡祥熠 5 yıl önce
ebeveyn
işleme
84fa6fa031
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      o2web/jsdoc.conf.json

+ 3 - 1
o2web/jsdoc.conf.json

@@ -41,7 +41,9 @@
         }
     },
     "metadata": {
-        "title": "O2OA前台API" //最终生成的文档中标题
+        "title": "O2OA前台API", //最终生成的文档中标题
+        "title_prefix" : "O2OA WebAPI", //html title标题前缀
+        "title_suffix" : " | O2OA开发平台" //标题后缀
     },
     "o2" : {
         "actionOutPath" : "./o2server/{actionRoot}/src/main/webapp/describe/jsdoc/{actionName}.json",