$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [quickbook] disambiguate overloaded function
From: Benedek Thaler (thalerbenedek_at_[hidden])
Date: 2014-07-30 06:39:22
Hi,
I'm using quickbook and doxygen to generate my documentation. Suppose I
have the following functions:
func(int);
func(std::string);
They have separate reference pages, I'd like to link to them. However, I
can't specify which one I mean using quickbooks funcref construct:
[funcref func text] // results in: Reference to function 'func' is
ambiguous.
How can I specify the overload?
Thanks,
Benedek