X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..809ca837f607b74198d5f1226a4daf84bad0b984:/interface/stackwalk.h?ds=inline diff --git a/interface/stackwalk.h b/interface/stackwalk.h index 630a736dac..782b5268e5 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 { @@ -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; }; +