diff options
author | Tae-Hwan Kim <the81.kim@samsung.com> | 2014-10-28 21:22:06 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2014-10-28 21:22:11 +0100 |
commit | 7f7665c2fd68b4bae83c773e3721b26a7eaa518a (patch) | |
tree | 7643a0e1a86f8f8813ddb7687b1b616126c256ae /doc | |
parent | 7da16471675097f8d64d38092938e4c61dfb4bf3 (diff) | |
download | efl-7f7665c2fd68b4bae83c773e3721b26a7eaa518a.tar.gz |
eina: fix overlapped doxygen string output
Summary:
Add top padding to prevent overlapping between "Value:" and below
strings when long macro is used.
Reviewers: raster, cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1582
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/e.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -150,6 +150,7 @@ dl.el { font-family: monospace, mono, fixed; font-size: 9pt; white-space: pre; + padding-top: 10px; } .line { |