diff options
-rw-r--r-- | www/get_involved.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/get_involved.html b/www/get_involved.html index 398a1151e5..75c5e8b4d4 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -122,7 +122,7 @@ about source code. One great application of Clang would be to build an auto-documentation system like doxygen that generates code documentation from
source code. The advantage of using Clang for such a tool is that the tool would
use the same preprocessor/parser/ASTs as the compiler itself, giving it a very
-rich understanding of the code.</li> </ul>
+rich understanding of the code.</li>
<li><b>Use clang libraries to implement better versions of existing tools</b>:
Clang is built as a set of libraries, which means that it is possible to
@@ -133,6 +133,8 @@ The former can be improved to scale better and be more efficient. The later could also be faster and more efficient at reducing C-family programs if built
on the clang preprocessor.</li>
+</ul>
+
<p>If you hit a bug with clang, it is very useful for us if you reduce the code
that demonstrates the problem down to something small. There are many ways to
do this; ask on cfe-dev for advice.</p>
|