multiple pages: ensure exactly one colon at the end of example descriptions (#5214)

This commit is contained in:
bl-ue
2021-02-03 11:22:44 -05:00
committed by GitHub
parent e64ec920e7
commit d28035c980
32 changed files with 33 additions and 35 deletions

View File

@@ -20,11 +20,11 @@
`assimp export {{입력_파일명.stl}} {{출력_파일명.obj}} {{매개변수}}`
- 3D 파일의 내용을 요약하여 표시.
- 3D 파일의 내용을 요약하여 표시:
`assimp info {{경로/파일명}}`
- 지원되는 모든 하위 명령 ("Verb")을 나열.
- 지원되는 모든 하위 명령 ("Verb")을 나열:
`assimp help`

View File

@@ -27,7 +27,7 @@
`atoum -ns {{namespace}}`
- 특정 태그를 갖고 테스트 실행
- 특정 태그를 갖고 테스트 실행:
`atoum -t {{태그}}`

View File

@@ -2,7 +2,7 @@
> 계산기의 기능을 수행합니다.
- 표준 Math 라이브러리를 사용한 대화형 모드에서 계산기 실행하기.
- 표준 Math 라이브러리를 사용한 대화형 모드에서 계산기 실행하기:
`bc -l`

View File

@@ -3,7 +3,7 @@
> CSS 코드용 린터.
> 더 많은 정보: <https://github.com/CSSLint/csslint/wiki/Command-line-interface>.
- 하나의 CSS 파일을 린트::
- 하나의 CSS 파일을 린트:
`csslint {{파일.css}}`