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

@@ -8,7 +8,6 @@
/**
@class wxVarScrollHelperBase
@wxheader{vscroll.h}
This class provides all common base functionality for scroll calculations
shared among all variable scrolled window implementations as well as
@@ -197,7 +196,6 @@ public:
/**
@class wxVarVScrollHelper
@wxheader{vscroll.h}
This class provides functions wrapping the wxVarScrollHelperBase class,
targeted for vertical-specific scrolling.
@@ -332,7 +330,6 @@ public:
/**
@class wxVarHScrollHelper
@wxheader{vscroll.h}
This class provides functions wrapping the wxVarScrollHelperBase class,
targeted for horizontal-specific scrolling.
@@ -469,7 +466,6 @@ public:
/**
@class wxVarHVScrollHelper
@wxheader{vscroll.h}
This class provides functions wrapping the wxVarHScrollHelper and
wxVarVScrollHelper classes, targeted for scrolling a window in both axis.
@@ -604,7 +600,6 @@ public:
/**
@class wxVScrolledWindow
@wxheader{vscroll.h}
In the name of this class, "V" may stand for "variable" because it can be
used for scrolling rows of variable heights; "virtual", because it is not
@@ -729,7 +724,6 @@ public:
/**
@class wxHScrolledWindow
@wxheader{vscroll.h}
In the name of this class, "H" stands for "horizontal" because it can be
used for scrolling columns of variable widths. It is not necessary to know
@@ -806,7 +800,6 @@ public:
/**
@class wxHVScrolledWindow
@wxheader{vscroll.h}
This window inherits all functionality of both vertical and horizontal,
variable scrolled windows. It automatically handles everything needed to