X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..a055a11641760f252f1fb3063436de5bf3d6c21b:/interface/stackwalk.h diff --git a/interface/stackwalk.h b/interface/stackwalk.h index 630a736dac..2944e170da 100644 --- a/interface/stackwalk.h +++ b/interface/stackwalk.h @@ -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 { @@ -167,3 +166,4 @@ public: */ bool HasSourceLocation() const; }; +