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 {{path/to/project}} --include-path={{inc1}} --include-path={{inc2}}`
`cppclean {{path/to/project}} --include-path {{inc1}} --include-path {{inc2}}`
- اجرا روی فایل دلخواه مانند `main.cpp`:
@@ -17,4 +17,4 @@
- اجرا روی پوشه کنونی به استثنای پوشه "build":
`cppclean {{.}} --exclude={{build}}`
`cppclean {{.}} --exclude {{build}}`