Web: Add "Source Code" paragraph to devinfo page

This commit is contained in:
Tim Gerundt 2011-01-08 15:20:39 +01:00
parent 3ce8aaf1ce
commit 73d26a958f
1 changed files with 6 additions and 0 deletions

View File

@ -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>