diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-10-23 11:15:37 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-10-23 11:17:47 (GMT) |
commit | d571efb062fbe17d7257f3971e3db6c9cba833d0 (patch) | |
tree | a1efcf15f2fdcc837bca9ebf303cf14f46bfa53b /templates | |
parent | 6300c03b6201ca7981388a6d3c01486f8a8adba0 (diff) | |
download | Doxygen-d571efb062fbe17d7257f3971e3db6c9cba833d0.zip Doxygen-d571efb062fbe17d7257f3971e3db6c9cba833d0.tar.gz Doxygen-d571efb062fbe17d7257f3971e3db6c9cba833d0.tar.bz2 |
Bug 773231 - Underscores in type or member name cause unwanted hyphenation in PDF output Data Fields
Diffstat (limited to 'templates')
-rw-r--r-- | templates/latex/doxygen.sty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty index 2510b41..e457acc 100644 --- a/templates/latex/doxygen.sty +++ b/templates/latex/doxygen.sty @@ -492,6 +492,9 @@ % Color used for table heading \newcommand{\tableheadbgcolor}{lightgray}% +% Version of hypertarget with correct landing location +\newcommand{\Hypertarget}[1]{\Hy@raisedlink{\hypertarget{#1}{}}} + % Define caption that is also suitable in a table \makeatletter \def\doxyfigcaption{% |