Seen in Codelite 11.0.1 - unconfirmed in version 12
- Set EOL to CRLF
- Set Tweaks/Doxygen to generate comment after
/**
- Start a new file
- Write a prototype e.g.
void main(int argc, char** argv);
- Set View/Display EOL
- Put
/** above prototype
Block appears with LF endings whereas the prototype has CRLF ending.