Skip to content

Colon on a line by itself #9309

Closed
Closed
@paul-j-lucas

Description

@paul-j-lucas

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..

Screenshots
colon

Version
1.9.3
macOS 12.3.1
Doxygen via MacPorts.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions