added links to wxDebugReport
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4e0e7d3935
commit
af1276806b
@ -348,11 +348,13 @@ classes, functions and macros.
|
||||
\twocolwidtha{6cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\twocolitem{\helpref{wxDebugContext}{wxdebugcontext}}{Provides memory-checking facilities}
|
||||
%\twocolitem{\helpref{wxDebugStreamBuf}{wxdebugstreambuf}}{A stream buffer writing to the debug stream}
|
||||
\twocolitem{\helpref{Debugging macros}{debugmacros}}{Debug macros for assertion and checking}
|
||||
\twocolitem{\helpref{WXDEBUG\_NEW}{debugnew}}{Use this macro to give further debugging information}
|
||||
%\twocolitem{\helpref{WXTRACE}{trace}}{Trace macro}
|
||||
%\twocolitem{\helpref{WXTRACELEVEL}{tracelevel}}{Trace macro with levels}
|
||||
\twocolitem{\helpref{wxDebugReport}{wxdebugreport}}{Base class for creating debug reports in case of a program crash.}
|
||||
\twocolitem{\helpref{wxDebugReportCompress}{wxdebugreportcompress}}{Class for creating compressed debug reports.}
|
||||
\twocolitem{\helpref{wxDebugReportUpload}{wxdebugreportupload}}{Class for uploading compressed debug reports via HTTP.}
|
||||
\twocolitem{\helpref{wxDebugReportPreview}{wxdebugreportpreview}}{Abstract base class for previewing the contents of a debug report.}
|
||||
\twocolitem{\helpref{wxDebugReportPreviewStd}{wxdebugreportpreviewstd}}{Standard implementation of wxDebugReportPreview.}
|
||||
\end{twocollist}
|
||||
|
||||
{\large {\bf Networking classes}}
|
||||
|
@ -107,8 +107,8 @@ contained in this library, as well as
|
||||
{\large {\bf wxQA}}
|
||||
|
||||
This is the library containing extra classes for quality assurance. Currently
|
||||
it only contains classes for generating and processing debug reports in case of
|
||||
program crash or exception, but more classes will be added to it in the future.
|
||||
it only contains \helpref{wxDebugReport}{wxdebugreport} and related classes,
|
||||
but more will be added to it in the future.
|
||||
|
||||
Requires wxCore, wxBase and wxXML.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user