]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/process.h
w*h interface revisions
[wxWidgets.git] / interface / wx / process.h
index 1401717d767a6e04ab8c220a86649f0d50ce0f79..5f99ac6d2378c3f4cbb22086525b2b67bce6e8ec 100644 (file)
@@ -44,7 +44,6 @@ enum wxKillError
 
 /**
     @class wxProcess
-    @wxheader{process.h}
 
     The objects of this class are used in conjunction with the ::wxExecute() function.
     When a wxProcess object is passed to ::wxExecute(), its OnTerminate() virtual method
@@ -258,7 +257,6 @@ public:
 
 /**
     @class wxProcessEvent
-    @wxheader{process.h}
 
     A process event is sent when a process is terminated.