Skip to content

Full doxygen docs formatting listing each command #7932

@blvckmvgicdotexe

Description

@blvckmvgicdotexe

Type: Feature Request

As of now, doxygen documentation in c/cpp headers is shown when hovering methods either in short form like with fancy formatted parameter list and stuff like so:
image
or fully showing each doxygen command with no formatting at all, like this:
image

Setting C_Cpp.simplifyStructuredComments in settings.json to true (former) or false (latter) controls this behaviour

Now, it would be nice to have a way to show full documentation of a method in a formatted way, showing each doxygen command (instead of cutting text abruptly before the next doxygen command) while retaining the fancy formatting, but as a third year computer engineering undergrad that has never touched a codebase that wasn't written by themselves I found the job of implementing it myself a bit overwhelming, so if you could consider either implementing this feature or pointing me in the right direction so that I can contribute and implement and push the feature myself that would be much appreciated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions