Fix bad doxygen result for class clang::ento::CallEvent and its derived classes
authorElla Ma <alansnape3058@gmail.com>
Mon, 13 Jul 2020 09:22:16 +0000 (12:22 +0300)
committerValeriy Savchenko <vsavchenko@apple.com>
Mon, 13 Jul 2020 09:25:26 +0000 (12:25 +0300)
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

clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h

index d75f9f6..a2a98c5 100644 (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;