[Doxygen-develop] Hyphenation hints in LaTeX output
Brought to you by:
dimitri
From: Markus G. <mg...@we...> - 2013-09-08 16:40:34
|
Hi all, For some time, doxygen inserts additional hyphenation points before each uppercase letter in it's LaTeX output. While this makes sense for identifiers in CamelCase, for descriptions with "normal text" using names such as OpenMP, OpenGL or the like this is typically not what one wants and can lead to surprising results (besides the fact that the inserted '\-' suppresses hyphenation at all other places). Therefore I was wondering whether this behavior could be restricted to identifiers only. What do you think? Markus |