]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/stackwalk.h
documented that Freeze and Thaw are now recursive
[wxWidgets.git] / interface / stackwalk.h
index 630a736dac9504335e48836e5480e97d13efdcac..782b5268e5bf4350d4b2d79e077b583d636bed0d 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        stackwalk.h
-// Purpose:     documentation for wxStackWalker class
+// Purpose:     interface of wxStackWalker
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -43,8 +43,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxStackFrame
+    @see wxStackFrame
 */
 class wxStackWalker
 {
@@ -85,6 +84,7 @@ public:
 };
 
 
+
 /**
     @class wxStackFrame
     @wxheader{stackwalk.h}
@@ -97,8 +97,7 @@ public:
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxStackWalker
+    @see wxStackWalker
 */
 class wxStackFrame
 {
@@ -123,7 +122,7 @@ public:
 
     /**
         Return the line number of this frame, 0 if unavailable.
-        
+
         @see GetFileName()
     */
     size_t GetLine() const;
@@ -167,3 +166,4 @@ public:
     */
     bool HasSourceLocation() const;
 };
+