Actually, it's partially implemented, but not working as you can see.
If I recall, part of the problem was because OpenThreads and OSG are
merged together, there was an ambiguity problem. (I think I had
progressed as far as getting the OpenThreads and Producer
documentation working if you built them standalone.) Though I think
now, the doxyfile for OpenThreads is not even present in the svn
externals I'm guessing that if OpenThreads documentation is built, it
will have to be as fallout from the main OSG documentation system.

The other part of the problem is that I just haven't had time to
finish it. More specifically, I think OSG had a more
complicated/feature-rich Doxygen configuration. There is kind of a
template/pattern I've been following for integrating Doxygen and CMake
with deals with a single "doxyfile.cmake" which in turn generates a
doxyfile. But OSG seems to not have a single doxyfile, but multiple
files. So I haven't figured out how to resolve those differences with
the template pattern I've been using.

So yes, contributions are welcome.

-Eric




On 12/7/07, Robert Osfield <[EMAIL PROTECTED]> wrote:
> On Dec 6, 2007 6:29 PM, Michele Bosi <[EMAIL PROTECTED]> wrote:
> > Hello to all,
> > I was trying to build the documentation for OSG 2.2 under WinXP using
> > CMake but apparently there is a problem, when I configure the
> > makefiles CMake complains that there isn't the file
> > "[...]/doc/Doxyfiles/doxyfile.cmake", which in fact does not exist. Is
> > that a bug or a "feature"? How can I build the documentation?
> > Just wanted to add that I already built and use daily the library
> > itself without the documentation and everything went smooth till now.
>
> Cmake support for building the docs hasn't been added yet, so
> contributions of this from the community would be most welcome :-)
>
> The intructions about building the docs can be found on
> openscenegraph.org, just search for doxygen.
>
> Robert.
> _______________________________________________
> 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

Reply via email to