%% Add Index section to the table of contents.
\let\origprintindex\printindex
\def\printindex{\addcontentsline{toc}{chapter}{Index}\origprintindex}
+
+\renewcommand{\entrylabel}[1]{%
+\parbox[b]{\labelwidth}{\makebox[0pt][l]{\textbf{#1}}\\\hspace*{1mm}}}
+
+\raggedright
# This tag can be used to set the number of enum values (range [1..20])
# that doxygen will group on one line in the generated HTML documentation.
-ENUM_VALUES_PER_LINE = 4
+ENUM_VALUES_PER_LINE = 1
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
# generated containing a tree-like index structure (just like the one that
<ul>
-<li> Dimitri van Heesch <dimitri@stack.nl>, author of Doxygen
-(<http://www.stack.nl/~dimitri/doxygen/>). Without this tool, it
-would have been impossible to create this document.
+<li> Dimitri van Heesch <dimitri@stack.nl>
+
+Author of Doxygen (<http://www.stack.nl/~dimitri/doxygen/>). Without
+this tool, it would have been impossible to create this document.
</ul>