+1 I'm looking to bring Sphinx into a C++ project that so far has been documented (well, half heartedly) using Doxygen comments. I'd like to somehow take advantage of that without having to re-write in rst.
On a more general note, are there any good examples of how to document code in the API way? By that I mean point Sphinx to a directory of source code and it builds documentation on each file, class, and function? It looks like from the documentation that you have to manually tell it what class/method/etc you want, but maybe I'm confusing plain old references to code with the autodoc extension. Dan On Oct 22, 4:49 am, mpj <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if anyone has done any work on some kind of autoclass > equivalent forc++? I thought that using gccxml and pygccxml might be > an avenue worth exploring but I thought I'd check if anyone had put > some more thought into it. > > Sphinx is ace, thank you for all the hard work. > > Regards, > Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
