[osg-users] OSG API Guides

Maxim Stere osgforum at tevs.eu
Thu Jun 28 07:33:51 PDT 2018


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







More information about the osg-users mailing list