doc: Add the short introduction and OOP pages to generated docs
[bertos.git] / doc / Mainpage.online
index 07a36d8805d65c7cb2e318638e0bfb447f357268..ff5619175798682334df43e834260148c31f4cdd 100644 (file)
@@ -19,6 +19,9 @@ It has a modular structure: its components can be used in very different
 environments, from 8-bit processor to Linux and Win32 hosted application
 (for debug purpose), using a wide range of compilers.
 
+Have a look at \ref short_introduction page for a quick overview of
+the BeRTOS system.
+
 \section history History and Motivation
 
 BeRTOS was born as a extremely modular, highly optimized and fine-tuned
@@ -37,6 +40,8 @@ designed for fine-grained modularity and minimal external dependencies.
 Most non-essential features can be configured out for applications with small
 memory footprint requirements.
 
+The basic design principles are explained in the \ref oop page.
+
 \section features Features
 
   - multitasking kernel with IPC, semaphores, priority levels;