Hi,
I think there went something wrong with the group documentation. I use
the following code:
-----------------------------
/**
* @name Einstellung der Timer bzgl. CGMXCLK
*
* Folgende Werte muessen zur Timer Programmierung eingestellt werden:
* (der Rest wird berechnet)
* - CGMXCLK : externer CPU clock
* - TIM_A_PS : Prescaler des TIM A
* - TIM_A_TIM: TIM A overflow Zeit [s] <br>
* (VORSICHT: Keine Bereichspruefung!!!!)
* - TIM_B_PS : Prescaler des TIM B
* - TIM_B_TIM: TIM B overflow Zeit [s] <br>
* (VORSICHT: Keine Bereichspruefung!!!!)
*/
//@{
#define CGMXCLK 8000000 ///< 8 MHz externer CPU clock des CGM
#define CGMOUT (CGMXCLK/2.0) ///< im User-Mode des CGM: CGMXCLK / 2
#define BUS_CLOCK (CGMOUT/2.0) ///< im SIM: CGMOUT / 2
//@}
-----------------------------
And get this HTML output:
-----------------------------
Einstellung der Timer bzgl. CGMXCLK
Folgende Werte muessen zur Timer Programmierung eingestellt werden: (der =
Rest wird berechnet) * - CGMXCLK : externer CPU clock * - TIM_A_PS : Pres=
caler des TIM A * - TIM_A_TIM: TIM A overflow Zeit [s] <br> (VORSICHT: Ke=
ine Bereichspruefung!!!!) * - TIM_B_PS : Prescaler des TIM B * - TIM_B_TI=
M: TIM B overflow Zeit [s] <br> (VORSICHT: Keine Bereichspruefung!!!!)
-----------------------------
The group documentation still consists the HTML commands as well as
asterixes (*) and the minus "-" was not translated to an itemize list.
Holger
-- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Holger M=FCller, Dipl.-Ing. Tel: +49/7034/92584-=
77
Abt. DOTE - Entwicklung Fax: +49/7034/92584-99=
sitronic GmbH
Robert-Bosch-Str. 9 eMail: hmu...@si...=
D-71116 Gaertringen URL: http://www.sitronic.com=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
|