jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=7d3398fba8686fb105fd62b22c36142a1cf6990b

commit 7d3398fba8686fb105fd62b22c36142a1cf6990b
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Feb 12 11:05:20 2014 +0900

    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
---
 doc/img/edoxy.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/img/edoxy.css b/doc/img/edoxy.css
index 6c9d868..997a30a 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 */
 

-- 


Reply via email to