8000 @par doesn't continue sidebar of @note, @warning, etc. · Issue #9020 · doxygen/doxygen · GitHub
[go: up one dir, main page]

Skip to content
@par doesn't continue sidebar of @note, @warning, etc. #9020
@paul-j-lucas

Description

@paul-j-lucas

According to the documentation for @par:

If no paragraph title is given this command will start a new paragraph. This will also work inside other paragraph commands (like \param or \warning) without ending that command.

I would expect, using the documentation's own example of:

* \note
* This note consists of two paragraphs.
* This is the first paragraph.
*
* \par
* And this is the second paragraph.

which renders in HTML as:

note

to have the yellow sidebar extend down so that it includes the second paragraph since it's part of the note — and yet it doesn't.

This is using Doxygen 1.9.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugdocumentationbug in the documentationneedinforeported bug is incomplete, please add additional info

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0