/////////////////////////////////////////////////////////////////////////////
// Name: debugrpt.h
-// Purpose: documentation for wxDebugReportPreview class
+// Purpose: interface of wxDebugReportPreview
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxDebugReportCompress
@wxheader{debugrpt.h}
};
+
/**
@class wxDebugReport
@wxheader{debugrpt.h}
wxDebugReport is used to generate a debug report, containing information about
the program current state. It is usually used from
wxApp::OnFatalException as shown in the
- sample.
+ sample().
A wxDebugReport object contains one or more files. A few of them can be created
by the
};
+
/**
@class wxDebugReportPreviewStd
@wxheader{debugrpt.h}
};
+
/**
@class wxDebugReportUpload
@wxheader{debugrpt.h}
*/
bool OnServerReply();
};
+