Re: Unable to get doxygen reference output with Boost documentation

Edward Diener <[email protected]> Mon, 07 Oct 2013 08:03:18 -0400
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
On 10/7/2013 3:52 AM, Daniel James wrote:
> On 7 October 2013 04:17, Edward Diener <[email protected]> wrote:
>>>
>>> I discovered what the problem was in not generating doxygen
>>> documentation. I needed to define more than one:
>>>
>>> <doxygen:param>PREDEFINED=xxx
>>>
>>> in my jamfile. How do I do that ? I can tell you that
>>>
>>> <doxygen:param>PREDEFINED=xxx
>>> <doxygen:param>PREDEFINED=yyy
>>> <doxygen:param>PREDEFINED=zzz
>
> You can see how to do this in:
>
> http://svn.boost.org/svn/boost/trunk/libs/interprocess/doc/Jamfile.v2
>
> It's a bit awkward.
>

Thanks ! I should have looked at other Boost libraries to see how it was 
done.