Skip to content

Update comments docs section link #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-matrix
runs-on: windows-2022

steps:
Expand Down
2 changes: 1 addition & 1 deletion doc/DesignOverview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Project dependencies
--------------------

![DebugView++ Projects](art/DebugViewProjects.png "DebugView++ Projects")
![DebugView++ Projects](../art/DebugViewProjects.png "DebugView++ Projects")

1. Project **DebugViewCmd**
CommandLine version of debugview++,
Expand Down
2 changes: 1 addition & 1 deletion utils/apply-clang-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main():
if HasInvalidArgs():
print ("Usage: " + os.path.basename(sys.argv[0]) + " <filemask> [/s] [/f]")
print (" note: gen\ and gen64\ directories are ignored")
print (" /s = recursively process files in subdirecties");
print (" /s = recursively process files in subdirectories");
print (" /f = actually format the selected files instead of just listing them");
print ("")
print (" example: ")
Expand Down