MKFein - 2013-05-14

Hello.

I documented my global variables like this:

uint32_t ui32_HALL_schrittzaehler; ///< Zählt kontinuierlich die Kommutierungen für das Starten des Motors wie auch für eine externe Drehwinkelauswertung

When I create a pdf the brief desciption of this variable will have no linebreak and will exceed the right border of the paper.

In the detailed description of the variable the brief description is repeated and everything is fine (with linebreaks).

For the brief description I see the following in the *.tex-file:
\>\>{\em Zählt kontinuierlich die Kommutierungen für das Starten des Motors wie auch für eine externe Drehwinkelauswertung. }\\

For the detailed description I see the following in the *.tex-file:
\-Zählt kontinuierlich die \-Kommutierungen für das \-Starten des \-Motors wie auch für eine externe \-Drehwinkelauswertung.

So what is going wrong? I don't want to include linebreaks by hand but the brief description should be readable clearly.