diff --git a/o2web/jsdoc.conf.json b/o2web/jsdoc.conf.json index 5a5ce2de5c99058043a372fe847115a82c82ad0d..573f542b4c8c2073dc17ce796e6f25a20929c5da 100644 --- a/o2web/jsdoc.conf.json +++ b/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",