diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html index 3d55099df8697..c7cde4f2c0401 100755 --- a/clang/www/OpenProjects.html +++ b/clang/www/OpenProjects.html @@ -88,14 +88,12 @@

Open Clang Projects

performance as well as to find ways to proactively alert us when we've introduced a change that has significant negative impact on build times. -
  • Implement an tool to generate code documentation: Clang's -library-based design allows it to be used by a variety of tools that reason -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. Clang is already able to read and understand -doxygen markup, but cannot yet generate documentation from it.
  • +
  • Improve clang-doc: Clang's library-based design allows it to be used +by a variety of tools that reason about source code. +clang-doc is one +great application of this functionality, which generates code documentation +from source code. The tool is in early stages of development and could use more +dedicated effort to complete the implementation.
  • Use clang libraries to implement better versions of existing tools: Clang is built as a set of libraries, which means that it is possible to