regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: renderer.h
|
||||
// Purpose: documentation for wxSplitterRenderParams class
|
||||
// Purpose: interface of wxSplitterRenderParams
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@@ -42,6 +42,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@class wxDelegateRendererNative
|
||||
@wxheader{renderer.h}
|
||||
@@ -96,6 +97,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@class wxRendererNative
|
||||
@wxheader{renderer.h}
|
||||
@@ -321,6 +323,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@class wxRendererVersion
|
||||
@wxheader{renderer.h}
|
||||
@@ -336,7 +339,7 @@ public:
|
||||
each time a new virtual method is added and so, at least for the compilers
|
||||
using a common C++ object model, the calling program is compatible with any
|
||||
renderer which has the age greater or equal to its age. This verification is
|
||||
done by IsCompatible method.
|
||||
done by IsCompatible() method.
|
||||
|
||||
@library{wxbase}
|
||||
@category{FIXME}
|
||||
@@ -364,3 +367,4 @@ public:
|
||||
The version component.
|
||||
*/
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user