diff --git a/docs/latex/wx/debugrpt.tex b/docs/latex/wx/debugrpt.tex index ef3ef801cb..b5d394b7c2 100644 --- a/docs/latex/wx/debugrpt.tex +++ b/docs/latex/wx/debugrpt.tex @@ -151,6 +151,18 @@ is relative to \helpref{GetDirectory()}{wxdebugreportgetdirectory}. shown by \helpref{wxDebugReportPreview}{wxdebugreportpreview}. +\membersection{wxDebugReport::AddText}\label{wxdebugreportaddtext} + +\func{bool}{AddText}{\param{const wxString\& }{name}, \param{const wxString\& }{text}, \param{const wxString\& }{description}} + +This is a convenient wrapper around \helpref{AddFile}{wxdebugreportaddfile}. It +creates the file with the given \arg{name} and writes \arg{text} to it, then +adds the file to the report. + +Returns \true if file could be added successfully, \false if an IO error +occured. + + \membersection{wxDebugReport::DoAddCustomContext}\label{wxdebugreportdoaddcustomcontext} \func{void}{DoAddCustomContext}{\param{wxXmlNode * }{nodeRoot}}