From fee1a41d94cdc5b5a668a2ab322c42670bf7f4b9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 12 Feb 2014 11:05:20 +0900 Subject: [PATCH] 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 --- legacy/elementary/doc/img/edoxy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/elementary/doc/img/edoxy.css b/legacy/elementary/doc/img/edoxy.css index 6c9d868444..997a30aab6 100644 --- a/legacy/elementary/doc/img/edoxy.css +++ b/legacy/elementary/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 */