LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Doxygen indent, underline, etc (https://www.linuxquestions.org/questions/programming-9/doxygen-indent-underline-etc-4175455022/)

grob115 03-21-2013 12:47 PM

Doxygen indent, underline, etc
 
Hi, I'm using Doxygen to generate the documentation for my C++ project. I want to explain the logic a bit more and find myself to need to have a need to indent my paragraphs. While I can use @par and indent one level, I am not able to do nested @par. Can someone let me know if there's just a simple way of doing pure indentation?

Am trying to write something like the following. This seems to be very basic but I can't find commands to do underline or indent.



Variable can be set to either one of the following 2 ENUM values:
ENUM1
Code can enter here due to one of following 2 cases:
Case 1
  1. Item 1
    • Sub item A
    • Sub item B
  2. Item 2
  3. Item 3
Case 2
  1. Item 1
  2. Item 2
    • Sub item A
    • Sub item B
  3. Item 3
ENUM2
This is another condition the code can get to.

grob115 04-03-2013 08:05 AM

This is now solved by using defining a few indentation levels using CSS. So in the code I now refer to the CSS like...
<div class="<name of style>">


All times are GMT -5. The time now is 08:07 PM.