X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..592584e4e9c3c01a05fda770dcd1f88a8a8d69f1:/interface/math.h diff --git a/interface/math.h b/interface/math.h index e122fa02bf..cb05148368 100644 --- a/interface/math.h +++ b/interface/math.h @@ -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);