Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-liyang committed Oct 24, 2017
1 parent 0d1755b commit c794cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ composer require kaopur/yii2-doc-online
'appControllers' => true, //是否检测app\controllers命名空间下的控制器
'suffix' => '', //api后缀
'prefix' => '', //api前缀
'modules' => [ //需要生成文档的模块
'the_module_name'
'modules' => [ //需要生成文档的模块命名空间
'app\modules\admin\Module',
],
],
],
Expand Down

0 comments on commit c794cbb

Please sign in to comment.