Re: [osg-users] OSG API Guides

2018-06-28 Thread Maxim Stere
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


Re: [osg-users] OSG API Guides

2018-06-28 Thread L. Voerman
The working doxyfiles are generated by cmake in the build folder.
(if BUILD_DOCUMENTATION:BOOL=ON)
Those will have these variables expanded.
Laurens.

On Tue, Jun 26, 2018 at 3:21 PM Maxim Stere  wrote:

> Just got a chance to sit down and try to build the documentation.
>
> Is the Doxy file created for linux only? Or is there another way to
> manually generate the docs?
>
> I'm getting:
>
> Code:
> error: tag HTML_FOOTER: footer file
> `${OpenSceneGraph_SOURCE_DIR}/doc/Doxyfiles/custom_Footer.html' does not
> exist
>
>
>
> when I run:
> D:\Development\OpenSceneGraph-3.6.1>C:\Program
> Files\doxygen\bin\doxygen.exe ./doc/Doxyfiles/core_Doxyfile
>
> ${OpenSceneGraph_SOURCE_DIR} seems to be a CMake variable?
> Should that be set somewhere?
>
> 
> Thank you,
> --Maxim
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=74170#74170
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG API Guides

2018-06-26 Thread Maxim Stere
Just got a chance to sit down and try to build the documentation. 

Is the Doxy file created for linux only? Or is there another way to manually 
generate the docs?

I'm getting:

Code:
error: tag HTML_FOOTER: footer file 
`${OpenSceneGraph_SOURCE_DIR}/doc/Doxyfiles/custom_Footer.html' does not exist



when I run: 
D:\Development\OpenSceneGraph-3.6.1>C:\Program Files\doxygen\bin\doxygen.exe 
./doc/Doxyfiles/core_Doxyfile

${OpenSceneGraph_SOURCE_DIR} seems to be a CMake variable?
Should that be set somewhere?


Thank you,
--Maxim

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





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


Re: [osg-users] OSG API Guides

2018-06-08 Thread Maxim Stere
Awesome!!!

Thank you, I'll give that a try!


Thank you,
--Maxim

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





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


Re: [osg-users] OSG API Guides

2018-06-08 Thread Jordi Torres
Hi Maxim,

You can generate it from the code with doxygen.
http://www.openscenegraph.org/index.php/documentation/guides/user-guides/106-create-doxygen-documentation

Cheers.

2018-06-08 16:44 GMT+02:00 Maxim Stere :

> Did a check from home,
> Everything works. So it seems that it's the proxy that is blocking it.
>
> Is there a way to get a downloaded or checked out copy of the API? This
> way we can have it on our internal network for reference?
>
> I saw that some people had the OSG 3.0 API online, so wondering how they
> downloaded the pages.
>
> 
> Thank you,
> --Maxim
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=74012#74012
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
Jordi Torres
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG API Guides

2018-06-08 Thread Maxim Stere
Did a check from home,
Everything works. So it seems that it's the proxy that is blocking it. 

Is there a way to get a downloaded or checked out copy of the API? This way we 
can have it on our internal network for reference?

I saw that some people had the OSG 3.0 API online, so wondering how they 
downloaded the pages.


Thank you,
--Maxim

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





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


Re: [osg-users] OSG API Guides

2018-06-06 Thread Maxim Stere
Hmm... I think US Gov departments are blocking https://codedocs.xyz  
I will check from home also...


Thank you,
--Maxim

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





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


Re: [osg-users] OSG API Guides

2018-06-05 Thread Robert Osfield
Hi Maxim,

Just tried them and it looks OK, perhaps a tempory glitch with codedocs.xyz

Robert.

On 4 June 2018 at 21:37, Maxim Stere  wrote:
> Hi Robert,
>
> Are the API reference guides for OSG 3.6.1 offline?
> I cant seem to access them from google or from the OSG page...
>
> https://codedocs.xyz/openscenegraph/OpenSceneGraph/a01741.html
>
> 
> Thank you,
> --Maxim
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=73967#73967
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] OSG API Guides

2018-06-04 Thread Maxim Stere
Hi Robert,

Are the API reference guides for OSG 3.6.1 offline?
I cant seem to access them from google or from the OSG page...

https://codedocs.xyz/openscenegraph/OpenSceneGraph/a01741.html


Thank you,
--Maxim

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





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