forked from OSchip/llvm-project
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:
parent
fd85b40aee
commit
e124062bf3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue