/////////////////////////////////////////////////////////////////////////////
// Name: stackwalk.h
-// Purpose: documentation for wxStackWalker class
+// Purpose: interface of wxStackWalker
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{FIXME}
- @seealso
- wxStackFrame
+ @see wxStackFrame
*/
class wxStackWalker
{
};
+
/**
@class wxStackFrame
@wxheader{stackwalk.h}
@library{wxbase}
@category{FIXME}
- @seealso
- wxStackWalker
+ @see wxStackWalker
*/
class wxStackFrame
{
/**
Return the line number of this frame, 0 if unavailable.
-
+
@see GetFileName()
*/
size_t GetLine() const;
*/
bool HasSourceLocation() const;
};
+