Skip to content

Commit f6c7946

Browse files
committed
Fix doxygen comments.
1 parent 9b3d261 commit f6c7946

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/include/lldb/ValueObject/DILAST.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ enum class UnaryOpKind {
3838

3939
/// The type casts allowed by DIL.
4040
enum class CastKind {
41-
eEnumeration, /// Casting from a scalar to an enumeration type
42-
eNullptr, /// Casting to a nullptr type
43-
eReference, /// Casting to a reference type
44-
eNone, /// Type promotion casting
41+
eEnumeration, ///< Casting from a scalar to an enumeration type
42+
eNullptr, ///< Casting to a nullptr type
43+
eReference, ///< Casting to a reference type
44+
eNone, ///< Type promotion casting
4545
};
4646

4747
/// Forward declaration, for use in DIL AST nodes. Definition is at the very

0 commit comments

Comments
 (0)