Doxygen: Align param names vertically to the top
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Feb 2014 02:05:20 +0000 (11:05 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 21 Feb 2014 02:30:00 +0000 (11:30 +0900)
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

doc/img/edoxy.css

index 6c9d868..997a30a 100644 (file)
@@ -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 */