]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/brush.h
document wxDELETE() and wxDELETEA() (now committing the right file, please disregard...
[wxWidgets.git] / interface / wx / brush.h
index f98b98525fbde881f3116ced1c753581a45dd6b1..512b7f00ebaf07eb2c3c6ff0f0dbe397f7259947 100644 (file)
@@ -54,7 +54,6 @@ enum wxBrushStyle
 
 /**
     @class wxBrush
-    @wxheader{brush.h}
 
     A brush is a drawing tool for filling in areas. It is used for painting
     the background of rectangles, ellipses, etc. It has a colour and a style.
@@ -274,7 +273,6 @@ wxBrush* wxRED_BRUSH;
 
 /**
     @class wxBrushList
-    @wxheader{gdicmn.h}
 
     A brush list is a list containing all brushes which have been created.