]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: Fix and remove TODO for improperly sized symbol in TOC
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 26 Mar 2024 18:01:49 +0000 (20:01 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 26 Mar 2024 18:02:19 +0000 (20:02 +0200)
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.

doc/libtool.texi

index 0a57a5e17f318541127044f1031c9970f9d8d0c7..c1d4ae91766f65b3d0c12bde9dcad30c2c6aa982 100644 (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