]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/apptrait.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / apptrait.h
index 5e8fd7ae665e0c2265324ab4085805d25fd9c643..d4f8ff10d39c0f7bb99a43cb2e615731e06c280f 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        apptrait.h
 // Purpose:     interface of wxAppTraits
 // Author:      wxWidgets team
 // Name:        apptrait.h
 // Purpose:     interface of wxAppTraits
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -23,7 +22,7 @@
     implementation of the wxAppTraits interface.
 
     @library{wxbase}
     implementation of the wxAppTraits interface.
 
     @library{wxbase}
-    @category{appmanagement}
+    @category{cfg}
 
     @see @ref overview_app, wxApp
 */
 
     @see @ref overview_app, wxApp
 */
@@ -93,10 +92,9 @@ public:
         It's normally the same for wxBase and wxGUI except in the case of wxMac
         and wxCocoa.
 
         It's normally the same for wxBase and wxGUI except in the case of wxMac
         and wxCocoa.
 
-        @todo the real function returns a reference to wxStandardPathsBase;
-              user looking at these docs will write code:
-                    wxStandardPaths &ref = ...->GetStandardPaths();
-              which won't compile...
+        @note
+        The returned reference is to a @c wxStandardPathsBase class but you
+        can consider it to be equivalent to wxStandardPaths (which is documented).
     */
     virtual wxStandardPaths& GetStandardPaths();
 
     */
     virtual wxStandardPaths& GetStandardPaths();