llvm-project/clang/include
Nicolás Alvarez b0322a4ed2 [docs] Fix doxygen comments wrongly attached to the clang namespace
Looking at the Doxygen-generated documentation for the clang namespace
currently shows several random comments from different parts of the
codebase. These are caused by:

- File doc comments that aren't marked with \file, so they're attached to
  the next declaration, which is usually "namespace clang {".
- Class doc comments placed before the namespace rather than before the
  class.

This commit fixes these comments. The generated doxygen documentation now
has proper docs for several classes and files, and the docs for the clang
namespace is now empty.

Differential Revision: https://reviews.llvm.org/D96738
2021-04-20 13:50:11 -04:00
..
clang [docs] Fix doxygen comments wrongly attached to the clang namespace 2021-04-20 13:50:11 -04:00
clang-c [OpenMP51] Initial support for masked directive and filter clause 2021-04-09 14:00:36 -05:00
CMakeLists.txt