diff options
-rw-r--r-- | lldb/include/lldb/lldb-enumerations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h index 25a3df51d60..3c80bcffec2 100644 --- a/lldb/include/lldb/lldb-enumerations.h +++ b/lldb/include/lldb/lldb-enumerations.h @@ -805,7 +805,7 @@ enum TemplateArgumentKind { eTemplateArgumentKindNullPtr, }; -/// Options that can be set for a formatter to alter its behavior Not +/// Options that can be set for a formatter to alter its behavior. Not /// all of these are applicable to all formatter types. FLAGS_ENUM(TypeOptions){eTypeOptionNone = (0u), eTypeOptionCascade = (1u << 0), |