Skip to content

Commit 650d08c

Browse files
doc: add documentation of environment variables (#762)
* doc: add documentation of environment variables * doc: add the English version and modify README.md * doc: remove descriptions of env vars for cobj * doc: fix documents * doc: fix errors detected by Copilot * doc: remove `Usage` sections
1 parent da3768d commit 650d08c

4 files changed

Lines changed: 1190 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ java [PROGRAM-ID]
172172
* [opensource COBOL 4J: Java変換解説](./doc/converted_Java_file_JP.md)
173173
* [configuration-params-JP](./doc/configuration-params-JP.md)
174174
* [The specification of locking for INDEXED files in opensource COBOL 4J](./doc/specification-locking-indexed-file.md)
175+
* [Environment Variables Reference](./doc/environment_variables.md)
175176

176177
## Development Progress
177178

README_JP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ java [PROGRAM-ID]
161161
* [opensource COBOL 4J: Java変換解説](./doc/converted_Java_file_JP.md)
162162
* [configuration-params-JP](./doc/configuration-params-JP.md)
163163
* [INDEXEDファイルのロックの仕様](./doc/specification-locking-indexed-file_JP.md)
164+
* [環境変数リファレンス](./doc/environment_variables_JP.md)
164165

165166
## 実装状況
166167
実装済み機能:

0 commit comments

Comments
 (0)