From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: ac131313@cygnus.com Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] libgdb updates to doco Date: Fri, 27 Jul 2001 02:36:00 -0000 Message-id: <5567-Fri27Jul2001123713+0300-eliz@is.elta.co.il> References: <3B606479.2070205@cygnus.com> X-SW-Source: 2001-07/msg00671.html > Date: Thu, 26 Jul 2001 14:42:01 -0400 > From: Andrew Cagney > > > 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.) > > For my part, I was looking for an existing example but couldn't find one Just put a @node before each @section and @subsection. While at that, consider converting @heading and @subheading into @section and @subsection, and then apply the first rule again ;-). > I've checked in the libgdb stuff. Hmm, whats next? How about documenting multi-arch so that I could understand how to multi-arch a target without reading the code? ;-)