[type_traits][documentation]no <A name="example"></A>

http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/type_traits/index.html?rev=1.12&view=auto Contains: <H2>Example code</H2> But it should have: <H2><A name="example"></A>Example code</H2> in order for TOC at top to work.

http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/type_traits/index.html?rev=1.12&view=auto
Contains:
<H2>Example code</H2>
But it should have:
<H2><A name="example"></A>Example code</H2>
in order for TOC at top to work.
Will fix, thanks, John.

On 1/31/05 11:51 AM, "John Maddock" <john@johnmaddock.co.uk> wrote:
http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/type_traits/index.htm... ?rev=1.12&view=auto
Contains:
<H2>Example code</H2>
But it should have:
<H2><A name="example"></A>Example code</H2>
in order for TOC at top to work.
Will fix, thanks,
What's wrong with a non-null anchor: <h2><a name="example">Example code</a></h2> Only anchors with the "href" attribute glow blue (or whatever the CSS is set to). An anchor can have both "href" and "name" attributes at the same time, to make a link source and sink. Anyway, this type of identification is obsolete since HTML-4. That standard and XHTML allow any tag to have an ID, and such IDs can be targeted by any link. <h2 id="example">Example code</h2> (not sure on syntax) -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT hotmail DOT com
participants (3)
-
Daryle Walker
-
John Maddock
-
Larry Evans