Reference to overloaded function from quickbook to doxygen
Raffi Enficiaud <[email protected]> Tue, 9 Dec 2014 11:47:58 +0100
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I would like to know if it is possible from quickbook to reference a function with overloads documented with doxygen. Right now what I get when I build the documentation from quickbook is something like :
Reference to function 'boost::unit_test::data::random' is ambiguous. Found:
Match in namespace ::
Match in namespace ::
Match in namespace ::
Reference to function 'boost::unit_test::data::random' is ambiguous. Found:
Match in namespace ::
Match in namespace ::
Match in namespace ::
Each of the 3 overloads in doxygen have their own documentation. When I look at the xml generated from doxygen, the 3 functions are there, but they all (obviously) have the same name and I cannot see a way of distinguishing them.
Is there any known workaround for this issue (either in the quickbook and/or in the doxygen documentation)?
Thanks!
Raffi