summaryrefslogtreecommitdiff
path: root/doc/img
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2014-02-12 11:05:20 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2014-02-13 11:24:47 +0900
commit0471c9a8353b4847bb2f00be5757868cb3195b7a (patch)
treecbfe7a5a19a3a375525223a2bfe2e83d190dfb3e /doc/img
parent6301c6dc1ee9f71233dd88a3a84fe37bbaa4719b (diff)
downloadefl-0471c9a8353b4847bb2f00be5757868cb3195b7a.tar.gz
Doxygen: Align param names vertically to the top
If a param description is long and spans on multiple lines, then the param name should be aligned to the first description line. Otherwise the layout becomes confusing. Align [in] and [out] vertically like params.
Diffstat (limited to 'doc/img')
-rw-r--r--doc/img/edoxy.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/img/edoxy.css b/doc/img/edoxy.css
index 6c9d868444..997a30aab6 100644
--- a/doc/img/edoxy.css
+++ b/doc/img/edoxy.css
@@ -394,6 +394,10 @@ HR {
color: #ff66ff;
font-style: italic;
white-space: nowrap;
+ vertical-align: top;
+}
+.paramdir {
+ vertical-align: top;
}
/* End Styling for detailed member documentation */