Changeset 354


Ignore:
Timestamp:
Jun 9, 2005, 9:17:07 AM (18 years ago)
Author:
Peter
Message:

fix dox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/utility/utility.h

    r351 r354  
    1818  ///
    1919  /// Function return true if string is a number. A number is defined
    20   /// to start with '+', '-' or a digit. It must contain at most one
    21   /// decimal point '.'. Also it may contain 'E' or 'e' followed by an
    22   /// integer (see is_int).
     20  /// to start with plus(+), minus(-), deimal point(.), or a
     21  /// digit(0-9). It must contain at most one decimal point(.). Also
     22  /// it may contain 'E' or 'e' followed by an integer (see is_int).
    2323  ///
    2424  /// @return true if string is a number
Note: See TracChangeset for help on using the changeset viewer.