Sorted out documentation problem for website.

This commit is contained in:
Simon Brooke 2023-04-10 15:39:04 +01:00
parent 20dec65643
commit 71fa15462d
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
16 changed files with 9781 additions and 2596 deletions

View file

@ -1 +0,0 @@
codox/intro.html

14
docs/index.html Normal file
View file

@ -0,0 +1,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Beowulf: Documentation</title>
<link rel="stylesheet" type="text/css" href="codox/css/default.css" />
</head>
<body>
<h1>Beowulf: Documentation</h1>
<ul>
<li><a href="codox/index.html">Primary documentaion</a></li>
<li><a href="cloverage/index.html">Test coverage</a></li>
</ul>
</body>
</html>