Closed
Description
Describe the bug
With source like this:
/**
* Flag for c_ast_gibberish() to indicate that the declaration is for multiple
* objects, e.g.:
*
* int *p, *q;
*/
it generates HTML where the :
is put on a line by itself — see screenshot. If the e.g.:
is changed to for example:
, it works as expected. I suspect that Doxygen sees the .
and thinks it's the end of the sentence and hence the "brief" description.
Expected behavior
I expect the :
to remain next to the e.g.
.
Version
1.9.3
macOS 12.3.1
Doxygen via MacPorts.