Changes between Version 8 and Version 9 of doc


Ignore:
Timestamp:
Jan 24, 2013, 1:00:51 PM (10 years ago)
Author:
sam
Comment:

better links

Legend:

Unmodified
Added
Removed
Modified
  • doc

    v8 v9  
    55== API documentation ==
    66
     7 * <lol/base/*>
     8   * [wiki:doc/lol/base/assert.h <lol/base/assert.h>]: assertion and test macros
     9 * <lol/math/*>
     10   * [wiki:doc/lol/math/real.h <lol/math/real.h>]: high-precision floating point numbers
     11   * [wiki:doc/lol/math/remez.h <lol/math/remez.h>]: Remez exchange toolbox for high-quality polynomial approximations
    712 * <lol/sys/*>
    8    * [wiki:doc/lol/base/assert.h <lol/sys/assert.h>]: assertion and test macros
    9 
    10 === Maths ===
    11  * [wiki:doc/maths/real real numbers], the Lol Engine high precision floating point numbers
    12  * [wiki:doc/maths/remez Remez exchange toolbox] for high-quality polynomial approximations
     13   * [wiki:doc/lol/sys/timer.h <lol/sys/timer.h>]: timer utility class
    1314
    1415== Developer documentation ==