]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/math.h
restored wxWindow::Line/PageUp/Down docs
[wxWidgets.git] / interface / math.h
index db1265755e48b215146ecdc0a87872ce085ec888..cb05148368b72ae718da2b86a439c38a485e2d1b 100644 (file)
@@ -1,16 +1,15 @@
 /////////////////////////////////////////////////////////////////////////////
-    // Name:        math.h
-    // Purpose:     documentation for global functions
-    // Author:      wxWidgets team
-    // RCS-ID:      $Id$
-    // Licence:     wxWindows license
-    /////////////////////////////////////////////////////////////////////////////
-    
-    /**
-    Returns a non-zero value if @e x is neither infinite nor NaN (not a number),
-    returns 0 otherwise.
+// Name:        math.h
+// Purpose:     interface of global functions
+// Author:      wxWidgets team
+// RCS-ID:      $Id$
+// Licence:     wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+/**
+Returns a non-zero value if @a x is neither infinite nor NaN (not a number),
+returns 0 otherwise.
 */
 int wxFinite(double x);
 
 
-    
\ No newline at end of file