Can I create a definition list with markdown for doxygen?

929 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

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