Skip to content

[Small Feature Request] Add CSS class for @p command #11240

@parmi93

Description

@parmi93

Currently the @p and @c commands when rendered in HTML both generate the same output (<code></code>), it would be nice if a CSS class was added by default to distinguish the two commands.

Like:

  • @p --> <code class="param"></code>
  • @c --> <code class="code"></code>

This way the User would have the possibility to define his own CSS classes (.param{} and .code{}), to be able to visually distinguish more easily when referring to parameters and when referring to simple code.

Related issue: jothepro/doxygen-awesome-css#162


I'm not asking you to create the related CSS classes, but simply to add the class= attribute in the generated HTML code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions