On 11 December 2017 at 09:07, Jonathan Coe
I have been preparing polymorphic_value for submission to boost.
I have draft documentation here: https://drive.google.com/open?id= 1xpD8s8zDzedVDDlqjsl1JtYGaJBHWoGy
but am having problems generating doxygen docs. A forward declaration seems to stop generation of docs for methods of polymorphic_value.
I'm at a loss as to why doxygen is not working properly for boost doc (it works fine when run in isolation) and would be grateful for any insight anyone can offer. I suspect it's a simple problem but I'm not very experienced with doxygen and am new to the boost docs tools.
source is here: https://github.com/jbcoe/polymorphic_value/tree/boost
regards,
Jon
Please disregard my request for help. Doxygen does not create the docs in one HTML document like I had anticipated; the generated documents look right. Apologies for the noise. Jon