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.
This commit is contained in:
Jean-Philippe Andre 2014-02-12 11:05:20 +09:00
parent 6301c6dc1e
commit 0471c9a835
1 changed files with 4 additions and 0 deletions

View 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 */