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
This commit is contained in:
Jean-Philippe Andre 2014-02-12 11:05:20 +09:00
parent c80868da12
commit fee1a41d94
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 */