I've started to run doxygen on a fresh mozilla-central by cron once a day in the hopes of encouraging source code documentation. I run doxygen on sub modules only for users that are interested in the output. You can see the latest results here:
http://people.mozilla.com/~bgirard/doxygen And here is an example of a non trivial class GLContext: http://people.mozilla.com/~bgirard/doxygen/gfx/classmozilla_1_1gl_1_1GLContext.html You can see my script and configuration files here: https://github.com/bgirard/doxygen-mozilla I'll be accepting requests to run doxygen on additional submodules. There are several problems with the configuration files that could improve the results (e.g. include path) that I do NOT plan on fixing but will gladly accept a pull request. Note that the results appear to be sufficiently useful without these fixes. -Benoit Girard _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform