Hi,

So in the cmake-gui you did set the BUILD_DOCUMENTATION to on?
Is doxygen installed, and graphviz/dot  also, and in the PATH?

Then you should get a target to build the documentation.

wxart2d_SOURCE_DIR comes from Cmake, and comes automatically from this line: 
PROJECT( wxart2d ).

The doxygen files should be configured in the build directory (BTW always 
better not build in source itself).

So in the source directory you should find doxygin.in containing lines like:

INPUT = \
"@wxart2d_SOURCE_DIR@/../wxdocview/include/wx/general" \

and in the BUILD directory as doxygen.doxy, containing lines like:

INPUT = \
"C:/soft/art2d/wxArt2D/packages/wxart2d/../wxdocview/include/wx/general" \

Does this bring you any further?

It works here on Linux as well as VC.

Regards,

Klaas


On 02/18/2014 04:05 PM, damateem wrote:
> This is surely a simple question, but I've spent quite a bit of time and
> haven't found the solution. I want to run doxygen to build the html
> docs. Where do I define wxart2d_SOURCE_DIR so that the
> @wxart2d_SOURCE_DIR@ substitution in doxygen.in works correctly?
>
> Thanks,
> David
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
> _______________________________________________
> Wxart2d-users_dev mailing list
> Wxart2d-users_dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev
>


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to