Fix some HTML errors
This commit is contained in:
parent
55a4dea904
commit
1b53c9dd33
|
@ -33,7 +33,7 @@
|
|||
1.2 <a href="#lines">Lines</a><br>
|
||||
1.3 <a href="#comments">Comments</a><br>
|
||||
1.4 <a href="#braces">Braces</a><br>
|
||||
1.5 <a href="#indentation">Indentation</b><br>
|
||||
1.5 <a href="#indentation">Indentation</a><br>
|
||||
1.6 <a href="#parentheses">Parentheses</a><br>
|
||||
</ul>
|
||||
<b>2.0 <a href="#datatypes">Data and Type Definitions</a></b>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<p>
|
||||
<b>File Extensions</b>
|
||||
Use the <code>.h</code> extension for C header files and <code>.c </code> for C source files.
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
<b>File header</b>.
|
||||
Every C, C++, make file, or script begins with a file header.
|
||||
|
|
Loading…
Reference in New Issue