From cacf47ed4aa62c9674b3c1802104ce6f1a31fbb8 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Tue, 4 Jan 2011 22:04:53 +0000 Subject: [PATCH] doc: Add the short introduction and OOP pages to generated docs git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4667 38d2e660-2303-0410-9eaa-f027e97ec537 --- doc/Mainpage.online | 5 +++++ doc/Mainpage.snapshot | 5 +++++ doc/README.bertos | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/doc/Mainpage.online b/doc/Mainpage.online index 07a36d88..ff561917 100644 --- a/doc/Mainpage.online +++ b/doc/Mainpage.online @@ -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; diff --git a/doc/Mainpage.snapshot b/doc/Mainpage.snapshot index 5e50e27b..3eea1aae 100644 --- a/doc/Mainpage.snapshot +++ b/doc/Mainpage.snapshot @@ -22,6 +22,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 @@ -40,6 +43,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; diff --git a/doc/README.bertos b/doc/README.bertos index 65edccce..13178837 100644 --- a/doc/README.bertos +++ b/doc/README.bertos @@ -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; -- 2.25.1