xref: /freebsd/contrib/llvm-project/lldb/bindings/interface/SBFormatDocstrings.i (revision 6580f5c38dd5b01aeeaed16b370f1a12423437f0)
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