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

@@ -9,7 +9,7 @@
- 헤더가 `inc1/``inc2/` 디렉토리에 있는 프로젝트에서 실행:
`cppclean {{프로젝트/의/경로}} --include-path={{inc1}} --include-path={{inc2}}`
`cppclean {{프로젝트/의/경로}} --include-path {{inc1}} --include-path {{inc2}}`
- 특정 팡리 `main.cpp`에서 실행:
@@ -17,4 +17,4 @@
- `build`디렉토리를 제외한 현재 디렉토리에서 실행:
`cppclean {{.}} --exclude={{build}}`
`cppclean {{.}} --exclude {{build}}`