From af1276806bafc4b264b30c812450e56796fa3078 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Mar 2005 18:40:47 +0000 Subject: [PATCH] added links to wxDebugReport git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/category.tex | 8 +++++--- docs/latex/wx/libs.tex | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index 4a96e517ff..29d02c9d10 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -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}} diff --git a/docs/latex/wx/libs.tex b/docs/latex/wx/libs.tex index 27bfd64ea3..636044dae4 100644 --- a/docs/latex/wx/libs.tex +++ b/docs/latex/wx/libs.tex @@ -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. -- 2.45.2