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.
Currently the
@pand@ccommands 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.