X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config_template.h;fp=config_template.h;h=7bfcadd9c6593a882e68e2e02255563a1f3587db;hb=38ced89fd9f856520a83833672cee0fe16eafcd2;hp=7b3867e5467cad73a5af1a256a1a25fdf508a1ff;hpb=9c71d1835dd26a001ba886de07c75972555f2d73;p=bertos.git diff --git a/config_template.h b/config_template.h index 7b3867e5..7bfcadd9 100755 --- a/config_template.h +++ b/config_template.h @@ -11,7 +11,7 @@ * "config.h" and delete the CONFIG_ macros for the modules * you're not using. * - * \para Working with multiple applications + *

Working with multiple applications

* * If your project is made of multiple DevLib-based applications, * create a custom "config.h" file in each application subdirectory @@ -19,7 +19,7 @@ * You can share common options by creationg a "config_common.h" header * and including it from all your "config.h" copies. * - * \para Configuration style + *

Configuration style

* * For improved compile-time checking of configuration options, * the preferred way to use a \c CONFIG_ symbol is keeping it @@ -46,6 +46,9 @@ /* * $Log$ + * Revision 1.2 2004/08/05 18:46:52 bernie + * Documentation improvements. + * * Revision 1.1 2004/07/29 23:34:32 bernie * Add template configuration file. *