From 1e54a8e03f2514f19a93c510b4d0e609073a5783 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Jan 2015 17:30:00 -0500 Subject: Fix too long prototype lines in Doxygen. --- doc/doxy-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxy-style.css b/doc/doxy-style.css index 4106c2b..99fea13 100644 --- a/doc/doxy-style.css +++ b/doc/doxy-style.css @@ -360,7 +360,7 @@ td.memSeparator { } .memname { - white-space: nowrap; + /*white-space: nowrap;*/ font-weight: bold; } -- cgit v1.2.1