Merge pull request #3952 from z8674558/docs/jp-dialyzer

docs(dialyzer): use natural expression
This commit is contained in:
Yudai Kiyofuji 2020-12-23 19:43:31 +09:00 committed by GitHub
commit 6191796c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -62,13 +62,13 @@ cd _rel/emqx && ./bin/emqx console
*EMQ X* ブローカーを起動したら、ブラウザで http://localhost:18083 にアクセスしてダッシュボードを表示できます。
### ダイアライザー
##### すべてのアプリを分析するには
### Dialyzer
##### アプリケーションの型情報を解析する
```
make dialyzer
```
##### 特定のアプリを分析するには(アプリのコンマ区切りリスト
##### 特定のアプリケーションのみ解析する(アプリケーション名をコンマ区切りで入力
```
DIALYZER_ANALYSE_APP=emqx_lwm2m,emqx_auth_jwt,emqx_auth_ldap make dialyzer
```