Re: Reference to overloaded function from quic kbook to doxygen

Gennadiy Rozental <[email protected]> Tue, 16 Dec 2014 04:38:21 +0000 (UTC)
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
Raffi Enficiaud <raffi.enficiaud <at> free.fr> writes:

> 
> Hi all,
> 
> I would like to know if it is possible from quickbook to 
> reference a function with overloads documented with

I am inclined to completely drop doxygen rule from our docs. It does not 
seem to be able to generate proper reference docs. More importantly it 
does not seem to be supported by anyone.

We should just use native doxygen command to produce reference pages and 
check them into source control (or generate on a fly if we can figure out 
boost.build rule for that). We can also figure out quickbook template to 
reference these pages. It is more work, but at least pages will make 
sense.

Gennadiy