pages*/*: update outdated pages, pages/*: fix placeholders (#14171)

This commit is contained in:
Sebastiaan Speck
2024-10-13 18:33:01 +02:00
committed by GitHub
parent ae804a9614
commit 3d6d73a9d1
84 changed files with 153 additions and 161 deletions

View File

@@ -14,7 +14,7 @@
- 수행 할 테스트를 지정하여 주어진 파일을 확인(기본적으로 오류만 표시됨):
`cppcheck --enable={{error|warning|style|performance|portability|information|all}} {{file.cpp/의/경로}}`
`cppcheck --enable {{error|warning|style|performance|portability|information|all}} {{file.cpp/의/경로}}`
- 사용 가능한 테스트 목록:
@@ -22,7 +22,7 @@
- 특정 테스트를 무시하고 주어진 파일을 확인:
`cppcheck --suppress={{test_id1}} --suppress={{test_id2}} {{file.cpp/의/경로}}`
`cppcheck --suppress {{test_id1}} --suppress {{test_id2}} {{file.cpp/의/경로}}`
- 현재 디렉토리를 확인하여 외부에 있는 include 파일의 경로를 제공(예 : 외부 라이브러리):
@@ -30,4 +30,4 @@
- Microsoft Visual Studio 프로젝트 (`*.vcxproj`) 또는 솔루션 (`*.sln`)을 확인:
`cppcheck --project={{project.sln/의/경로}}`
`cppcheck --project {{project.sln/의/경로}}`