diff options
-rw-r--r-- | doxygen/header.html | 27 | ||||
-rw-r--r-- | doxygen/header_subset.html | 16 |
2 files changed, 24 insertions, 19 deletions
diff --git a/doxygen/header.html b/doxygen/header.html index 3040ca7e23b..5ca2763e0df 100644 --- a/doxygen/header.html +++ b/doxygen/header.html @@ -1,14 +1,17 @@ -<html><head><title>Mesa Source Code Documentation</title>
+<html>
+<head>
+<title>Mesa Source Code Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
-<body><center>
-<a href="../main/index.html">main</a>
-<a href="../glapi/index.html">glapi</a>
-<a href="../array_cache/index.html">array_cache</a>
-<a href="../math/index.html">math</a>
-<a href="../shader/index.html">shader</a>
-<a href="../swrast/index.html">swrast</a>
-<a href="../swrast_setup/index.html">swrast_setup</a>
-<a href="../tnl/index.html">tnl</a>
-<a href="../tnl_dd/index.html">tnl_dd</a>
-</center>
+<body>
+<div class="qindex">
+<a class="qindex" href="../main/index.html">core</a> |
+<a class="qindex" href="../glapi/index.html">glapi</a> |
+<a class="qindex" href="../array_cache/index.html">array_cache</a> |
+<a class="qindex" href="../math/index.html">math</a> |
+<a class="qindex" href="../shader/index.html">shader</a> |
+<a class="qindex" href="../swrast/index.html">swrast</a> |
+<a class="qindex" href="../swrast_setup/index.html">swrast_setup</a> |
+<a class="qindex" href="../tnl/index.html">tnl</a> |
+<a class="qindex" href="../tnl_dd/index.html">tnl_dd</a>
+</div>
diff --git a/doxygen/header_subset.html b/doxygen/header_subset.html index 1579e5d9a94..e7f001060ea 100644 --- a/doxygen/header_subset.html +++ b/doxygen/header_subset.html @@ -1,9 +1,11 @@ -<html><head><title>Mesa Source Code Documentation</title>
+<html>
+<head><title>Mesa Source Code Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
-<body><center>
-<a href="../core_subset/index.html">Mesa Core</a>
-<a href="../math_subset/index.html">math</a>
-<a href="../miniglx/index.html">MiniGLX</a>
-<a href="../radeon_subset/index.html">radeon_subset</a>
-</center>
+<body>
+<div class="qindex">
+<a class="qindex" href="../core_subset/index.html">Mesa Core</a> |
+<a class="qindex" href="../math_subset/index.html">math</a> |
+<a class="qindex" href="../miniglx/index.html">MiniGLX</a> |
+<a class="qindex" href="../radeon_subset/index.html">radeon_subset</a>
+</div>
|