]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/math.h
restored wxWindow::Line/PageUp/Down docs
[wxWidgets.git] / interface / math.h
index e122fa02bfacc6888d1ada5f67699206c0e647e4..cb05148368b72ae718da2b86a439c38a485e2d1b 100644 (file)
@@ -1,13 +1,13 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        math.h
-// Purpose:     documentation for global functions
+// Purpose:     interface of 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 a non-zero value if @a x is neither infinite nor NaN (not a number),
 returns 0 otherwise.
 */
 int wxFinite(double x);