Web: Add "Source Code" paragraph to devinfo page
This commit is contained in:
parent
3ce8aaf1ce
commit
73d26a958f
|
@ -27,6 +27,12 @@
|
|||
</div> <!-- #tabs -->
|
||||
<div id="content">
|
||||
<div class="wrap">
|
||||
<h2>Source Code</h2>
|
||||
<p>Latest version can be found in the <a href="https://github.com/danmar/cppcheck/">
|
||||
cppcheck git repository</a>. To download it, run the following command:</p>
|
||||
<pre>git clone git://github.com/danmar/cppcheck.git</pre>
|
||||
<p>You can also <a href="https://github.com/danmar/cppcheck/downloads">download
|
||||
the latest sources in a zip or tgz archive</a> from the github website.</p>
|
||||
<h2>Doxygen</h2>
|
||||
<ul>
|
||||
<li><a href="/doxyoutput/">Output</a></li>
|
||||
|
|
Loading…
Reference in New Issue