mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
28 lines
638 B
Text
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, ...)
|
|
)
|
|
|
|
|