]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/fileconf.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / fileconf.h
index 79838869f619a86148ea19f05f2ca4a4cf4f422a..abcddfd9ad6d3e19ee080f5b740e7f49d6df1a27 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        fileconf.h
-// Purpose:     documentation for wxFileConfig class
+// Purpose:     interface of wxFileConfig
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -23,8 +23,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxFileConfig::Save
+    @see wxFileConfig::Save
 */
 class wxFileConfig : public wxConfigBase
 {
@@ -80,7 +79,8 @@ public:
         @c SetUmask(0077).
         This function doesn't do anything on non-Unix platforms.
         
-        @see wxCHANGE_UMASK
+        @see wxCHANGE_UMASK()
     */
     void SetUmask(int mode);
 };
+