On 10/08/2012 01:35 AM, Janne Grunau wrote: >> --- 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 >
Sadly yes... doxygen is horrible for this kind of stuff. (no, I won't hack naturaldocs for our purposes, yet) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
