]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/platinfo.h
115% line height on lists is more than enough, especially for the class hierarchy...
[wxWidgets.git] / interface / platinfo.h
index 4c1388f89901a07e8b062558e2c88df5e9217dc1..17101b23c4abfc643a0d2ebe6478add76571cd44 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        platinfo.h
-// Purpose:     documentation for wxPlatformInfo class
+// Purpose:     interface of wxPlatformInfo
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -18,8 +18,8 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxGetOSVersion, wxIsPlatformLittleEndian, wxIsPlatform64Bit, wxAppTraits
+    @see wxGetOSVersion(), wxIsPlatformLittleEndian(), wxIsPlatform64Bit(),
+    wxAppTraits
 */
 class wxPlatformInfo : public wxObject
 {
@@ -41,7 +41,7 @@ public:
 
     /**
         Returns @true if the OS version is at least @c major.minor.
-        
+
         @see GetOSMajorVersion(), GetOSMinorVersion(),
              CheckToolkitVersion()
     */
@@ -49,7 +49,7 @@ public:
 
     /**
         Returns @true if the toolkit version is at least @c major.minor.
-        
+
         @see GetToolkitMajorVersion(),
              GetToolkitMinorVersion(), CheckOSVersion()
     */
@@ -100,8 +100,8 @@ public:
     /**
         Returns the run-time major version of the OS associated with this
         wxPlatformInfo instance.
-        See wxGetOsVersion for more info.
-        
+        See wxGetOsVersion() for more info.
+
         @see CheckOSVersion()
     */
     int GetOSMajorVersion() const;
@@ -109,8 +109,8 @@ public:
     /**
         Returns the run-time minor version of the OS associated with this
         wxPlatformInfo instance.
-        See wxGetOsVersion for more info.
-        
+        See wxGetOsVersion() for more info.
+
         @see CheckOSVersion()
     */
     int GetOSMinorVersion() const;
@@ -174,7 +174,7 @@ public:
         Note that if GetPortId() returns wxPORT_BASE, then this value is zero (unless
         externally modified with wxPlatformInfo::SetToolkitVersion); that is, no native toolkit is in use.
         See wxAppTraits::GetToolkitVersion for more info.
-        
+
         @see CheckToolkitVersion()
     */
     int GetToolkitMajorVersion() const;
@@ -185,7 +185,7 @@ public:
         Note that if GetPortId() returns wxPORT_BASE, then this value is zero (unless
         externally modified with wxPlatformInfo::SetToolkitVersion); that is, no native toolkit is in use.
         See wxAppTraits::GetToolkitVersion for more info.
-        
+
         @see CheckToolkitVersion()
     */
     int GetToolkitMinorVersion() const;
@@ -241,3 +241,4 @@ public:
     */
     bool operator==(const wxPlatformInfo& t) const;
 };
+