summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Utility/StructuredData.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Utility/StructuredData.h')
-rw-r--r--lldb/include/lldb/Utility/StructuredData.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Utility/StructuredData.h b/lldb/include/lldb/Utility/StructuredData.h
index 80b9ea04681..7e8569c7b47 100644
--- a/lldb/include/lldb/Utility/StructuredData.h
+++ b/lldb/include/lldb/Utility/StructuredData.h
@@ -35,7 +35,6 @@ class Stream;
namespace lldb_private {
-//----------------------------------------------------------------------
/// \class StructuredData StructuredData.h "lldb/Utility/StructuredData.h"
/// A class which can hold structured data
///
@@ -48,7 +47,6 @@ namespace lldb_private {
/// data it is holding; it can parse JSON data, for instance, and other parts
/// of lldb can iterate through the parsed data set to find keys and values
/// that may be present.
-//----------------------------------------------------------------------
class StructuredData {
public:
OpenPOWER on IntegriCloud