6 lines
167 B
OpenEdge ABL
6 lines
167 B
OpenEdge ABL
|
%feature("docstring",
|
||
|
"A class representing a StructuredData event.
|
||
|
|
||
|
This class wraps the event type generated by StructuredData features."
|
||
|
) lldb::SBStructuredData;
|