diff options
Diffstat (limited to 'docs/ClangFormat.rst')
-rw-r--r-- | docs/ClangFormat.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ClangFormat.rst b/docs/ClangFormat.rst index dc1e2b9a7639b..ed0e58e452d30 100644 --- a/docs/ClangFormat.rst +++ b/docs/ClangFormat.rst @@ -162,8 +162,9 @@ Download the latest Visual Studio extension from the `alpha build site Script for patch reformatting ============================= -The python script `clang/tools/clang-format-diff.py` parses the output of -a unified diff and reformats all contained lines with :program:`clang-format`. +The python script `clang/tools/clang-format/clang-format-diff.py` parses the +output of a unified diff and reformats all contained lines with +:program:`clang-format`. .. code-block:: console |