listformatmarkdowndoxygenlist-definition

Can I create a definition list with markdown for doxygen?


I'd like to create a "definition list" format like the following (I can't figure out how to format this so StackOverflow displays it as I intend. I do not mean the resulting text should be preformatted or a code block):

Term A

    This is the definition of Term A. It can be multi-line and wrap.

Term B

    This is the definition of Term B


Solution

  • No. Basic markdown does not support definition lists, and as per doxygen's set of list extensions (here), doxygen doesn't add it.