]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/debugrpt.h
Add wxPopupWindow
[wxWidgets.git] / interface / debugrpt.h
index 89e61a5d540c64e439c74196a4e98fc711f5a138..c79b13dcb8cba88c1b6b80df078c866aa846e7c5 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        debugrpt.h
-// Purpose:     documentation for wxDebugReportPreview class
+// Purpose:     interface of wxDebugReportPreview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -47,6 +47,7 @@ public:
 };
 
 
+
 /**
     @class wxDebugReportCompress
     @wxheader{debugrpt.h}
@@ -73,6 +74,7 @@ public:
 };
 
 
+
 /**
     @class wxDebugReport
     @wxheader{debugrpt.h}
@@ -80,7 +82,7 @@ public:
     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
@@ -259,6 +261,7 @@ public:
 };
 
 
+
 /**
     @class wxDebugReportPreviewStd
     @wxheader{debugrpt.h}
@@ -287,6 +290,7 @@ public:
 };
 
 
+
 /**
     @class wxDebugReportUpload
     @wxheader{debugrpt.h}
@@ -323,3 +327,4 @@ public:
     */
     bool OnServerReply();
 };
+