[all-commits] [llvm/llvm-project] 9300ca: [doxygen] Fix bad doxygen results for BugReporterV...
Valeriy Savchenko via All-commits
all-commits at lists.llvm.org
Fri Aug 28 02:41:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9300ca541164b80efb7d42dc45219b5d8e05de68
https://github.com/llvm/llvm-project/commit/9300ca541164b80efb7d42dc45219b5d8e05de68
Author: Ella Ma <alansnape3058 at gmail.com>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
Log Message:
-----------
[doxygen] Fix bad doxygen results for BugReporterVisitors.h
`{@code xxxxx}` triggers a Doxygen bug. The bug may be matching the
close brace with the open brace of the namespace
declaration (`namespace clang {` or `namespace ento {`).
Differential Revision: https://reviews.llvm.org/D85105
More information about the All-commits
mailing list