diff options
author | David Robillard <d@drobilla.net> | 2015-01-19 17:30:00 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-19 17:30:00 -0500 |
commit | 1e54a8e03f2514f19a93c510b4d0e609073a5783 (patch) | |
tree | 525c82c0cc63ce5f60f59e861ec5545d1211ae74 /doc/doxy-style.css | |
parent | bf89c83b8f81aa485d71d9c05c734c08fde4871e (diff) | |
download | lv2-1e54a8e03f2514f19a93c510b4d0e609073a5783.tar.xz |
Fix too long prototype lines in Doxygen.
Diffstat (limited to 'doc/doxy-style.css')
-rw-r--r-- | doc/doxy-style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |