[Doxygen-users] How to make a block, with doxygen commands
Brought to you by:
dimitri
From: Leif J. <le...@cr...> - 2015-11-17 10:32:05
|
Hi, I want to make some of my Doxygen document "put in a box" so it clearly stands out from the rest of the document. I still want processing of doxygen commands within that block. I tried with '<div align=center style="..."><div align=left style="...."> block contents </div></div>' which worked fine for the first block, but when I have more of this kind of constructs, doxygen mixes up the <div...></div> and indents blocks within each other. I don't seem to be able to find 'native' doxygen commands to do this. I tried \code and \verbatim but those do not process doxygen commands (obviously). Any ideas ? Leif |