Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JSDoc #6132

Merged
merged 3 commits into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ npm-debug.log
scripts/parsers/vox-parser.js
scripts/parsers/vox-parser.js.map
types
typedocs
stats.html
.npmrc
examples/.npmrc
8 changes: 4 additions & 4 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ npm install

これで、様々なオプションでビルドを実行できるようになりました。

| コマンド | 説明 | 出力先 |
| ----------------------- | -------------------------------------------------- | ---------- |
| `npm run build` | すべてのエンジンビルドターゲットと型宣言をビルドする | `build` |
| `npm run typedocs` | エンジンの[APIリファレンスドキュメント][docs]をビルドする | `typedocs` |
| コマンド | 説明 | 出力先 |
| --------------- | ----------------------------------------------------- | ---------- |
| `npm run build` | すべてのエンジンビルドターゲットと型宣言をビルドする | `build` |
| `npm run docs` | エンジンの[APIリファレンスドキュメント][docs]をビルドする | `docs` |

## PlayCanvasエディター

Expand Down
8 changes: 4 additions & 4 deletions README-kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ npm install

이제 다양한 빌드 옵션을 실행할 수 있습니다.

| 명령어 | 설명 | 출력 위치 |
| ----------------------- | --------------------------------------------------- | ---------- |
| `npm run build` | 모든 엔진 빌드 대상과 타입 선언을 빌드합니다 | `build` |
| `npm run typedocs` | 엔진 [API 참조 문서][docs]를 빌드합니다 | `typedocs` |
| 명령어 | 설명 | 출력 위치 |
| --------------- | ----------------------------------------- | ---------- |
| `npm run build` | 모든 엔진 빌드 대상과 타입 선언을 빌드합니다 | `build` |
| `npm run docs` | 엔진 [API 참조 문서][docs]를 빌드합니다 | `docs` |

## PlayCanvas 에디터

Expand Down
8 changes: 4 additions & 4 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ npm install

现在您就可以运行不同的搭建选项了:

| 命令 | 描述 | 输出到 |
| ----------------------- | ------------------------------------------------ | ---------- |
| `npm run build` | 构建所有引擎构建目标和类型声明 | `build` |
| `npm run typedocs` | 构建引擎[API参考文档][docs] | `typedocs` |
| 命令 | 描述 | 输出到 |
| --------------- | --------------------------- | ---------- |
| `npm run build` | 构建所有引擎构建目标和类型声明 | `build` |
| `npm run docs` | 构建引擎[API参考文档][docs] | `docs` |

## PlayCanvas 平台

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ npm install

Now you can run various build options:

| Command | Description | Outputs To |
| ----------------------- | ---------------------------------------------- | ---------- |
| `npm run build` | Build all engine flavors and type declarations | `build` |
| `npm run typedocs` | Build engine [API reference docs][docs] | `typedocs` |
| Command | Description | Outputs To |
| --------------- | ---------------------------------------------- | ---------- |
| `npm run build` | Build all engine flavors and type declarations | `build` |
| `npm run docs` | Build engine [API reference docs][docs] | `docs` |

## PlayCanvas Editor

Expand Down
26 changes: 0 additions & 26 deletions conf-api.json

This file was deleted.

Loading