diff options
author | PkLab.net <github@pklab.net> | 2016-06-22 07:17:56 (GMT) |
---|---|---|
committer | PkLab.net <github@pklab.net> | 2016-06-22 07:18:15 (GMT) |
commit | a2ae382198092537b6b5c85f9c7e5615046d3c78 (patch) | |
tree | eccbe959615e21d4c86d0a69331d421bd81bd58d /templates/latex/doxygen.sty | |
parent | 8bbf7e266783c438d7ef3e424161857433916ec1 (diff) | |
download | Doxygen-a2ae382198092537b6b5c85f9c7e5615046d3c78.zip Doxygen-a2ae382198092537b6b5c85f9c7e5615046d3c78.tar.gz Doxygen-a2ae382198092537b6b5c85f9c7e5615046d3c78.tar.bz2 |
Modified (readability) layout for member title in HTML and LaTex
Diffstat (limited to 'templates/latex/doxygen.sty')
-rw-r--r-- | templates/latex/doxygen.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty index 687a1af..67860e0 100644 --- a/templates/latex/doxygen.sty +++ b/templates/latex/doxygen.sty @@ -307,7 +307,7 @@ % Used for parameters within a detailed function description \newenvironment{DoxyParamCaption}{% - \renewcommand{\item}[2][]{##1 {\em ##2}}% + \renewcommand{\item}[2][]{\\ \hspace*{2.0cm} ##1 {\em ##2}}% }{% } |