cppannotations/typos.yo
2024-09-09 12:47:35 +02:00

28 lines
638 B
Text

includefile(../wip/version.yo)
mailto(f.b.brokken@rug.nl)
notableofcontents()
htmlstyle(.centered)(margin:0px auto;display:block)
htmlstyle(body)(color: #27408B; background: #FFFAF0)
report()()()
nsect(Typos, corrections, etc. for the C++ Annotations version DOCVERSION)
The following typos/corrections will be processed at the Annotation's next
release:
itemization(
it() Section 25.1: An initial, complete module:
The line
verb(Compilation of the module.cc file not only produces the file
interface.o, ...)
should be
verb(Compilation of the module.cc file not only produces the file
module.o, ...)
)