X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..27d335cc2308072844d554ee0c58b5539273d7ab:/interface/fileconf.h diff --git a/interface/fileconf.h b/interface/fileconf.h index 79838869f6..cd51b24376 100644 --- a/interface/fileconf.h +++ b/interface/fileconf.h @@ -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 { @@ -33,7 +32,7 @@ public: ) Read the config data from the specified stream instead of the associated file, as usual. - + @see Save() */ wxFileConfig(wxInputStream& is); @@ -68,7 +67,7 @@ public: after saving it successfully, the dirty flag is reset so no changes will be written back to the file this object is associated with until you change its contents again. - + @see wxConfigBase::Flush */ bool Save(wxOutputStream& os); @@ -79,8 +78,9 @@ public: some sensitive information, such as passwords), you could use @c SetUmask(0077). This function doesn't do anything on non-Unix platforms. - - @see wxCHANGE_UMASK + + @see wxCHANGE_UMASK() */ void SetUmask(int mode); }; +