libtool: Fix and remove TODO for improperly sized symbol in TOC

A comment in the libtool manual specifies a TODO for fixing the font
size of the ++ symbol in the TOC. This is fixed by wrapping the
symbol in a @code command, and this TODO can be removed.

* doc/libtool.texi: Wrap ++ in a @code command to fix font in TOC.
This commit is contained in:
Ileana Dumitrescu 2024-03-26 20:01:49 +02:00
parent 888bd7ad44
commit deba4f81d2
No known key found for this signature in database
GPG Key ID: 6570EA01146F7354

View File

@ -2864,8 +2864,7 @@ and what special considerations you need to make if you do not use C.
@end menu
@node C++ libraries
@section Writing libraries for C++
@c FIXME: in the TOC, the ++ is too large (seems to be math mode)
@section Writing libraries for C@code{++}
@cindex trouble with C++
@cindex pitfalls using C++
@cindex C++, pitfalls