]> git.saurik.com Git - wxWidgets.git/commitdiff
added links to wxDebugReport
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 18:40:47 +0000 (18:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 18:40:47 +0000 (18:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/category.tex
docs/latex/wx/libs.tex

index 4a96e517ffba322dce698a6934f3d4bc59b4b9b1..29d02c9d109748bae4f1c21c93845602594fea30 100644 (file)
@@ -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}}
index 27bfd64ea30472f7f65b06178c149cf68d137438..636044dae436e114bcd13516b38fcee019d6564f 100644 (file)
@@ -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.