quickbook question

Robert Ramey via Boost-docs <[email protected]> Wed, 10 May 2017 13:23:14 -0700
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
I've got a problem illustrated by the example below.  I can link to 
another quickbook section without problem - generated html has the link 
where I expect and clicking on the link display the expected information.

But when I wrap the same exact quickbook link text inside a "[section]
the link get's generated to the wrong place - specifically to the 
directory preceeded with "..".  What am I doing wrong here?


[section:functions Free Functions]

[/ the following works]
[link nudb.ref.nudb__create create]
[/ the following fails - invalid link]
[section [link nudb.ref.nudb__create create]][endsect]
[/ the following fails as well]
[section]
[link nudb.ref.nudb__create create]
[endsect]

[endsect][/ functions]

Robert Ramey