Changes between Version 1 and Version 2 of ManualPage


Ignore:
Timestamp:
09/27/07 00:36:22 (17 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ManualPage

    v1 v2  
    1 = Documentation = 
     1= NOTE: Documentation is in progress !!!= 
    22 
    3 == Documentation is in progress == 
    43 
    54== Getting started == 
     
    87 
    98{{{ 
    10  
    119#include <nrEngine/nrEngine.h> 
    1210 
     
    1715    Engine::sLog()->setLevel(Log::LL_WARNING); 
    1816 
    19     // initialiye essential parts of the engine 
     17    // initialize essential parts of the engine 
    2018    Engine::instance()->initializeEngine(); 
    2119 
     
    2725    Engine::release(); 
    2826} 
     27}}} 
    2928 
    30  
    31 }}} 
     29== How to use Kernel/Task subsystem ==