typos activated in index

This commit is contained in:
Frank B. Brokken 2024-09-09 12:53:24 +02:00
parent ef7423026d
commit fa068e370d
2 changed files with 47 additions and 1 deletions

View file

@ -42,7 +42,8 @@ by its tag or download a zip or tar-file from
release page): release page):
<p> <p>
<ul> <ul>
<li> <a href="typos.html">Typos, corrections, etc.</a> reported for the most
recent release.
<p> <p>
<li> <a href="https://gitlab.com/fbb-git/cppannotations/tags/13.00.00">13.00.00</a> <li> <a href="https://gitlab.com/fbb-git/cppannotations/tags/13.00.00">13.00.00</a>
Aug 20, 2024; Aug 20, 2024;

View file

@ -0,0 +1,45 @@
<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<style type="text/css">
.centered {margin:0px auto;display:block;}
body {color: #27408B; background: #FFFAF0;}
figure {text-align: center;}
img {vertical-align: center;}
.XXfc {margin-left:auto;margin-right:auto;}
.XXtc {text-align: center;}
.XXtl {text-align: left;}
.XXtr {text-align: right;}
.XXvt {vertical-align: top;}
.XXvb {vertical-align: bottom;}
</style>
<link rev="made" href="mailto:f.b.brokken@rug.nl">
</head>
<body>
<hr/>
<h1 id="title"></h1>
<p>
<h2 >Typos, corrections, etc. for the C++ Annotations version 13.00.00</h2>
<p>
The following typos/corrections will be processed at the Annotation's next
release:
<ul>
<li> Section 25.1: An initial, complete module:
<p>
The line
<pre>
Compilation of the module.cc file not only produces the file
interface.o, ...
</pre>
should be
<pre>
Compilation of the module.cc file not only produces the file
module.o, ...
</pre>
</ul>
<p>
</body>
</html>