0

Is it possible to use literal HTML markup in doxygen. By literal i mean

I want this tag here and do not touch it

Background: I want to have this[1] in my documentation, but doing so requires a custom div box, and doxygen breaks it.

[1] \subparagraph{} equivalent in html

Community
  • 1
  • 1
user877329
  • 6,717
  • 8
  • 46
  • 88

1 Answers1

1

I found that \htmlonly does the trick

user877329
  • 6,717
  • 8
  • 46
  • 88