xref: /freebsd-src/contrib/llvm-project/lldb/bindings/interface/SBFormatDocstrings.i (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1 %feature("docstring",
2 "Class that represents a format string that can be used to generate "
3 "descriptions of objects like frames and threads. See "
4 "https://lldb.llvm.org/use/formatting.html for more information."
5 ) lldb::SBFormat;
6