I have a problew with automatic indentation after a doxygen commentary which is on the following model :
- Code: Select all
/*
' '*
' '*/
After this commentary, indentation of 1 space is not reset as you can see on the following picture :

There is a reset when there is no space at the beginning of the lines of the commentary :

On the two previous pictures, I used reindent on the whole source code.
I tried to modify the config file containing regalur expressions without success...
The problem is present (at least) with C et C++ files.
If someone has a idea to help me