X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=README;h=25a848b795a1de1c417b7167cc805393afd54b01;hb=58298d38ce938cac4cae47b3647cc7787b04e392;hp=a299b2bd31fdc77a06c6b5002b1c3e5a75970d47;hpb=96f0ef786b54356c56cc3d4e4f0838df2505cfcc;p=bertos.git diff --git a/README b/README index a299b2bd..25a848b7 100755 --- a/README +++ b/README @@ -1,6 +1,12 @@ +/* + * This document is automatically processed by Doxygen (http://www.doxygen.org/). + * Don't remove special formatting tags. + */ +/*! -Overview -======== +\mainpage + +\section overview Overview DevLib is a collection of small reusable components designed by Develer for internal use in many embedded and portable applications. @@ -14,11 +20,10 @@ definitely not an OS, altough some of its components can be combined together to form a multitasking kernel with some IPC functionality. -Scope (or lack thereof) -======================= +\section scope Scope (or lack thereof) -There's no consistent scope or design guide-line for the components -of DevLib (altough there's a common coding and documentation style). +There is no consistent scope or design guide-line for the components +of DevLib, altough there is a common coding and documentation style. Every piece of code that looks useful for more than one application may end up here, regardless of compatibility and fitness with other modules. @@ -29,8 +34,7 @@ dependant on others to avoid code duplication, but most of the times you can configure out features you don't need. -Redistribution -============== +\section redist Redistribution DevLib is a collection of independent works originally written by several different contributors. Unless otherwise noted, all material @@ -41,3 +45,4 @@ by Develer, said parts are subject to the same licensing terms covering the specific project, with the exception of clauses granting exclusive rights. +*/