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:
Francesco Montorsi
2008-03-10 15:24:38 +00:00
parent 3a65144e7c
commit e54c96f187
269 changed files with 2027 additions and 1553 deletions

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: graphics.h
// Purpose: documentation for wxGraphicsPath class
// Purpose: interface of wxGraphicsPath
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@@ -157,6 +157,7 @@ public:
};
/**
@class wxGraphicsObject
@wxheader{graphics.h}
@@ -167,8 +168,7 @@ public:
@library{wxcore}
@category{FIXME}
@seealso
wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath
@see wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath
*/
class wxGraphicsObject : public wxObject
{
@@ -186,6 +186,7 @@ public:
};
/**
@class wxGraphicsContext
@wxheader{graphics.h}
@@ -198,8 +199,7 @@ public:
@library{wxcore}
@category{FIXME}
@seealso
wxGraphicsRenderer:: CreateContext
@see wxGraphicsRenderer:: CreateContext
*/
class wxGraphicsContext : public wxGraphicsObject
{
@@ -458,6 +458,7 @@ public:
};
/**
@class wxGraphicsRenderer
@wxheader{graphics.h}
@@ -552,6 +553,7 @@ public:
};
/**
@class wxGraphicsBrush
@wxheader{graphics.h}
@@ -567,6 +569,7 @@ public:
};
/**
@class wxGraphicsFont
@wxheader{graphics.h}
@@ -582,6 +585,7 @@ public:
};
/**
@class wxGraphicsPen
@wxheader{graphics.h}
@@ -597,6 +601,7 @@ public:
};
/**
@class wxGraphicsMatrix
@wxheader{graphics.h}
@@ -680,3 +685,4 @@ public:
*/
void Translate(wxDouble dx, wxDouble dy);
};