Documentation for 1e8376eedb

This commit is contained in:
github-actions
2021-11-01 03:14:07 +00:00
parent 7255db1ac1
commit effec67a31
48 changed files with 687 additions and 655 deletions

View File

@@ -96,14 +96,14 @@ $(document).ready(function(){initNavTree('dc/d64/md__coding_guidelines.html','..
<div class="textblock"><p >Please orient on this guide before you sent a pull request. <br />
</p>
<hr />
<h1><a class="anchor" id="autotoc_md13"></a>
<h1><a class="anchor" id="autotoc_md18"></a>
User-interface</h1>
<p >Please write a simple user interface for your programs. Not a blinking cursor! <br />
What does the program do? <br />
What want the program an user informations? <br />
</p>
<hr />
<h1><a class="anchor" id="autotoc_md15"></a>
<h1><a class="anchor" id="autotoc_md20"></a>
Code style conventions</h1>
<p >See <a href="https://users.ece.cmu.edu/~eno/coding/CppCodingStandard.html" target="_blank">here</a> <br />
Don't push all code in one line! <br />