On 2012-10-08 01:26:55 +0200, Luca Barbato wrote: > --- > > Few tweaks on t2h to support the new texi2html > > doc/doxy/doxy_stylesheet.css | 1342 > +++++++++++++++++++++++++++++++++++------- > doc/doxy/footer.html | 11 +- > doc/doxy/header.html | 14 +- > doc/t2h.init | 173 ++++-- > 4 files changed, 1261 insertions(+), 279 deletions(-)
looks good in general (ignoring the style sheet changes) > --- a/doc/doxy/header.html > +++ b/doc/doxy/header.html > @@ -1,14 +1,16 @@ > -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > -<html xmlns="http://www.w3.org/1999/xhtml"> > +<!DOCTYPE html> > +<html> > <head> > -<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> > +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > <meta http-equiv="X-UA-Compatible" content="IE=9"/> > <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END > PROJECT_NAME--> > <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> > <link href="$relpath$doxy_stylesheet.css" rel="stylesheet" type="text/css" /> > +<!--Header replace --> > + is it intended that the website header doesn't overwrite the doxygen css? It looks like the doxygen css duplicates lots of the website css Otherwise ok. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
