Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-06-27 18:00:03 +00:00
parent 10da75d098
commit 12f5e1e78f
263 changed files with 2 additions and 605 deletions

View File

@@ -58,7 +58,6 @@ enum
/**
@struct wxSplitterRenderParams
@wxheader{renderer.h}
This is just a simple @c struct used as a return value of
wxRendererNative::GetSplitterParams().
@@ -95,7 +94,6 @@ struct wxSplitterRenderParams
/**
@struct wxHeaderButtonParams
@wxheader{renderer.h}
This @c struct can optionally be used with
wxRendererNative::DrawHeaderButton() to specify custom values used to draw
@@ -132,7 +130,6 @@ enum wxHeaderSortIconType
/**
@class wxDelegateRendererNative
@wxheader{renderer.h}
wxDelegateRendererNative allows reuse of renderers code by forwarding all the
wxRendererNative methods to the given object and
@@ -232,7 +229,6 @@ public:
/**
@class wxRendererNative
@wxheader{renderer.h}
First, a brief introduction to wxRendererNative and why it is needed.
@@ -481,7 +477,6 @@ public:
/**
@struct wxRendererVersion
@wxheader{renderer.h}
This simple struct represents the wxRendererNative
interface version and is only used as the return value of