I was wondering if there is a way to insert a space in a comment in a Doxygen html? I searched the Internet and Doxygen for guidance, but I could not find anything to do this.
For example, I'm trying to add a comment as follows:
But the html output shows a result similar to this
motor_id, motor direction, accel, min veloc, max veloc
GAUGE_MOTOR_1, CLOCKWISE, 100, 1, 360
GAUGE_MOTOR_2, CLOCKWISE, 100, 1, 360
GAUGE_MOTOR_3, CLOCKWISE, 100, 1, 360
GAUGE_MOTOR_4, CLOCKWISE, 100, 1, 360
GAUGE_MOTOR_5, CLOCKWISE, 400, 200, 350
The empty space between two words will be automatically compressed to one place using doxygen. Does anyone know how to fix this? This will help a lot.
Many thanks.
Jason source
share