From deba4f81d20e78b64b57c8d7bbfc844e275cd131 Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Tue, 26 Mar 2024 20:01:49 +0200 Subject: [PATCH] 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. --- doc/libtool.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/libtool.texi b/doc/libtool.texi index 0a57a5e1..c1d4ae91 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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