7 years, 3 months ago.

Problem with documentation

Hi

I have a problem with the integrated documentation function.

This code:

/** 
    Stops the motor. same as: 
     @code
    writeState(0,0);
     @endcode
     or:   
     @code
    write(0);
     @endcode
    */
    void stop();

generates this output doc: /media/uploads/format_robotik/doc_problem.png

Any idea what could cause this problem?

Greetings Lorenz Ruprecht

Be the first to answer this question.