]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynlib.h
even more interface fixes
[wxWidgets.git] / interface / wx / dynlib.h
index 3392ef4f1910ab5075bffff91b956c0bad03cfc0..9e128611a06358aafeff03e2e33a3d2f6249bc32 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxDynamicLibraryDetails
 
 /**
     @class wxDynamicLibraryDetails
-    @wxheader{dynlib.h}
 
     This class is used for the objects returned by the
     wxDynamicLibrary::ListLoaded() method and contains the information about a
 
     This class is used for the objects returned by the
     wxDynamicLibrary::ListLoaded() method and contains the information about a
@@ -80,7 +79,6 @@ enum wxPluginCategory
 
 /**
     @class wxDynamicLibrary
 
 /**
     @class wxDynamicLibrary
-    @wxheader{dynlib.h}
 
     wxDynamicLibrary is a class representing dynamically loadable library
     (Windows DLL, shared library under Unix etc.). Just create an object of
 
     wxDynamicLibrary is a class representing dynamically loadable library
     (Windows DLL, shared library under Unix etc.). Just create an object of