I had a strange problem with the command @todowhen I have other formatted data below this in the list in the latest version of doxygen (1.8). Consider the following example:
/**
@page build_instructions Build Instructions
- Library1
- @todo Detail build process
- get source
- build release/debug version for x64
- build release/debug version for x86
*/
If you run it, you will notice that the tag @todoadds extra indentation to the last two elements of the list (after "get source"). If you remove the tag @todo, then the indentation looks normal. Also, if I delete -before @todo, it places the items under it in the box.
This is mistake? How to force a tag to @todoaffect only one line?
source
share