Fix bad doxygen result for class clang::ento::CallEvent and its derived classes

Summary: Fix bug https://bugs.llvm.org/show_bug.cgi?id=44753. This
patch is a workaround of a Doxygen bug, so that it can correctly
generate documents for class clang::ento::CallEvent and its derived
classes.

Differential Revision: https://reviews.llvm.org/D82356
This commit is contained in:
Ella Ma 2020-07-13 12:22:16 +03:00 committed by Valeriy Savchenko
parent fd85b40aee
commit e124062bf3
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ public:
/// Represents a call to a block.
///
/// Example: <tt>^{ /* ... */ }()</tt>
/// Example: <tt>^{ statement-body }()</tt>
class BlockCall : public CallEvent {
friend class CallEventManager;