We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e4259 commit 90d2291Copy full SHA for 90d2291
clang/include/clang/Basic/Lambda.h
@@ -32,7 +32,7 @@ enum LambdaCaptureDefault {
32
/// is an expression.
33
enum LambdaCaptureKind {
34
LCK_This, ///< Capturing the \c *this object by reference
35
- LCK_StarThis, /// < Capturing the \c *this object by copy
+ LCK_StarThis, ///< Capturing the \c *this object by copy
36
LCK_ByCopy, ///< Capturing by copy (a.k.a., by value)
37
LCK_ByRef, ///< Capturing by reference
38
LCK_VLAType ///< Capturing variable-length array type
0 commit comments