summaryrefslogtreecommitdiff
path: root/doc
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-21 11:30:00 +0900
commit7d3398fba8686fb105fd62b22c36142a1cf6990b (patch)
tree2aa26befc50e2a03ea5a3dcf5609c69932f17007 /doc
parent44495f6431cdc5dbe6e8cb257cf73a69563ec67c (diff)
downloadelementary-7d3398fba8686fb105fd62b22c36142a1cf6990b.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. See rEFL0471c9a8353b4847bb2f00be5757868cb3195b7a
Diffstat (limited to 'doc')
-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 6c9d86844..997a30aab 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 */