[Doxygen-users] Multiple indents inside paragraphs?
Brought to you by:
dimitri
From: Brian H. <bhe...@pi...> - 2016-05-03 20:20:40
|
Hello, I'm hoping to create some documentation that looks like this: Blah blah blah Blah blah blah Blah blah blah Blah blah blah Blah blah blah ... I don't want blank lines between, and I want multiple layers of indenting. I tried using HTML <p> tags with inline style attribute, but doxygen apparently strips attributes from HTML tags. I tried doing an HTML table but that creates borders. I could forgive blank lines in between if I could get the multiple indents. It's like a nested list, but without decorations (another thing Doxygen apparently doesn't do?) Is this possible at all? Thanks, -Brian PS: Also noticed emphasis markdown (** and __) doesn't work; I have to use HTML <em> and <strong> tags. Is there a config switch for this? |