Re: [eigen] doxyfile question |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] doxyfile question
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Wed, 30 Jun 2010 13:02:58 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=nsguMgIx0kMSzntjlOlFSnnPp32c1oPYunZyKnIntEo=; b=gAV80BcSFZVsz6xVd0wD9ZhHGjyDAOdpOAtrTQUpduOyKmDGdOpKzvuUXWyGPd4tZ+ CSFN/WbuCGhWre2LD/VgDIuw+mva/uH/jGruyTG63RpNDjaUnPUbNNWcd6coCoFWpOGJ 0oQdELgIKMk0UkjiNYpWNXrpoDSGhnvCDzqPE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JYApWcEzWtFokhle9CrFReLf8hSxqCyMPWvR/1t/qh6otweqiFzoIwxngPUQRmPXoV Dg17EvHnRDtlEq1ABi/ZXxt5aXsSecMfJ6NreV487P1Ahz2+egEHPw5dqmHdTHU8luN9 XRFt5XA9JMbbBvcHjTNe73KABUBu2xzhvxlpE=
And more things. I was looking into making the docs a bit more readable.
First thing, we need a doxygen version newer than 1.6.2 since at least
1.6.2 had a bug overriding our tables class attribute and thus
rendering our CSS styles useless. This is fixed in 1.7.x.
Regarding, the class="tutorial_code" I would like you to try out to
add the following tags and tell me whether you like them:
table.tutorial_code {
width: 100%;
}
table.tutorial_code td {
width: 50%;
vertical-align: top;
}
The tutorial code is always two-column and other code fragments are
always spanning over the whole browser. Furthermore, I like top
alignment in this case much more because only then are "Example" and
"Output" aligned which I prefer a lot!
- Hauke