Documentation for d03a7068d0

This commit is contained in:
github-actions
2022-02-02 13:40:56 +00:00
parent c361f81af4
commit f5eeb73330

View File

@@ -113,7 +113,7 @@ Contributor</h2>
<li>Please follow the repository guidelines and standards mentioned below.</li>
</ul>
<p ><b>New implementation</b> New implementations are welcome!</p>
<p >You can add new algorithms or data structures which are <b>not present in the repository</b> or that can <b>improve</b> the old implementations (<b>documentation</b>, <b>improving test cases</b>, removing bugs or in any other resonable sense)</p>
<p >You can add new algorithms or data structures which are <b>not present in the repository</b> or that can <b>improve</b> the old implementations (<b>documentation</b>, <b>improving test cases</b>, removing bugs or in any other reasonable sense)</p>
<p ><b>Issues</b> Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request, and it will be evaluated by project maintainers.
@subsection autotoc_md26 Making Changes
@@ -299,7 +299,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 forrmating.
&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;