From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] libgdb updates to doco Date: Wed, 25 Jul 2001 23:51:00 -0000 Message-id: References: <3B5F9084.9060302@cygnus.com> X-SW-Source: 2001-07/msg00640.html On Wed, 25 Jul 2001, Andrew Cagney wrote: > Per recent post to gdb@, the attached adds a libgdb chapter to the GDB > internals document. Approved. > Eli, in your original comments you mentioned more @node's. I'm not sure > that I follow - gdbint is very @node sparse only having them for @chapters. That is IMHO a mistake, and we should gradually correct it. The Texinfo cross-references (and thus index entries) refer to the enclosing node in the Info version, so having smaller nodes makes sure you will land close to the stuff you are looking for. (There's the new @anchor directive which is free from this limitation, but older Info readers don't support it, so we should not yet use it too much; and index entries don't produce @anchor's anyway.)