]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/fontmap.h
fix various Doxygen errors (#9568)
[wxWidgets.git] / interface / fontmap.h
index 457ce50c9f762e204ffbb6d39eeba50c3f1ef277..8adbc851353adf790feb90614541d32693f1de8b 100644 (file)
@@ -63,7 +63,7 @@ public:
     /**
         Get the current font mapper object. If there is no current object, creates
         one.
-        
+
         @see Set()
     */
     static wxFontMapper* Get();
@@ -122,7 +122,7 @@ public:
     /**
         Return internal string identifier for the encoding (see also
         wxFontMapper::GetEncodingDescription)
-        
+
         @see GetEncodingFromName()
     */
     static wxString GetEncodingName(wxFontEncoding encoding);
@@ -145,7 +145,7 @@ public:
         Set the current font mapper object and return previous one (may be @NULL).
         This method is only useful if you want to plug-in an alternative font mapper
         into wxWidgets.
-        
+
         @see Get()
     */
     static wxFontMapper* Set(wxFontMapper* mapper);