Documentation for c1f17927aa

This commit is contained in:
github-actions
2022-09-29 19:37:11 +00:00
parent b2f6d5dff3
commit 865f23047e

View File

@@ -310,7 +310,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp --
@subsubsection autotoc_md37 Code Formatter
&lt;a href="<a href="https://clang.llvm.org/docs/ClangFormat.html">https://clang.llvm.org/docs/ClangFormat.html</a>" target="_blank" &gt;&lt;tt&gt;__clang-format__&lt;/tt&gt;&lt;/a&gt; is used for code formatting.
&lt;a href="<a href="https://clang.llvm.org/docs/ClangFormat.html">https://clang.llvm.org/docs/ClangFormat.html</a>" target="_blank" &gt;&lt;tt&gt;clang-format&lt;/tt&gt;&lt;/a&gt; is used for code formatting.
- Installation (only needs to be installed once.)
- Mac (using home-brew): &lt;tt&gt;brew install clang-format&lt;/tt&gt;