Ah, got it!

It looks like the instructions on 
http://www.openscenegraph.org/index.php/documentation/guides/user-guides/106-create-doxygen-documentation
Are wrong.

You first need to run cmake on the solution with BUILD_DOCUMENTATION:BOOL=ON

Then if you are in Windows you need to manually tell VS to build the 
doc_openscengraph, building ALL_BUILD will not do it. 

If you want to do it manually, then after running cmake with 
BUILD_DOCUMENTATION:BOOL=ON you need to do:


Code:

cd c:\development\OpenSceneGraph (or what ever folder you have it in)
export OSGHOME=`c:\development\OpenSceneGraph` or set if you are on windows
doxygen doc/core_Doxyfile not doxygen doc/Doxyfiles/core_Doxyfile




That will run the cmake generated doxy file...

------------------------
Thank you,
--Maxim

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=74213#74213





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to