mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 18:56:10 +00:00
setup basic skeleton linking to core + skin docs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1096
34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Valgrind</title>
|
|
<base target="main">
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
body { background-color: #ffffff;
|
|
color: #000000;
|
|
font-family: Times, Helvetica, Arial;
|
|
font-size: 14pt}
|
|
h4 { margin-bottom: 0.3em}
|
|
code { color: #000000;
|
|
font-family: Courier;
|
|
font-size: 13pt }
|
|
pre { color: #000000;
|
|
font-family: Courier;
|
|
font-size: 13pt }
|
|
a:link { color: #0000C0;
|
|
text-decoration: none; }
|
|
a:visited { color: #0000C0;
|
|
text-decoration: none; }
|
|
a:active { color: #0000C0;
|
|
text-decoration: none; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h2>Documentation Contents</h2>
|
|
<a href="../core/docs/index.html"><b>Core</b></a><br>
|
|
<a href="../memcheck/docs/index.html"><b>memcheck</b></a><br>
|
|
<a href="../cachegrind/docs/index.html"><b>Cachegrind</b></a><br>
|
|
</body>
|
|
</html>
|