Re: Doxygen For Mozilla-Central Modules

2013-05-01 Thread Andrew McCreight
I've also come across somebody running doxygen on mozilla code here: http://doxygen.db48x.net/mozilla/html/ It shows up in google searches when you search Mozilla-y class names, but I don't know who or what runs it. Andrew - Original Message - I've started to run doxygen on a fresh

Re: Doxygen For Mozilla-Central Modules

2013-05-01 Thread Joshua Cranmer 
On 5/1/2013 11:21 AM, Benoit Girard wrote: 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

Re: Doxygen For Mozilla-Central Modules

2013-05-01 Thread Ralph Giles
On 13-05-01 9:21 AM, Benoit Girard wrote: 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. Hooray! You can see my script and

Re: Doxygen For Mozilla-Central Modules

2013-05-01 Thread Benoit Girard
Right now doxygen runs directly on the source code so it's not trivial to run doxygen on there. I'd be happy to accept a pull that builds and indexes dist/idl. On Wed, May 1, 2013 at 12:35 PM, Joshua Cranmer  pidgeo...@gmail.comwrote: On 5/1/2013 11:21 AM, Benoit Girard wrote: I'll be

Re: Doxygen For Mozilla-Central Modules

2013-05-01 Thread Benoit Girard
On Wed, May 1, 2013 at 12:47 PM, Ralph Giles gi...@mozilla.com wrote: You might consider putting only the variables you've changed in your Doxyfiles, relying on the defaults for everything else. Thanks for the feedback. I started with the config in config/doxygen.cfg.inbut it does seem

Re: Doxygen For Mozilla-Central Modules

2013-05-01 Thread Michael Lefevre
On 01/05/2013 17:31, Andrew McCreight wrote: I've also come across somebody running doxygen on mozilla code here: http://doxygen.db48x.net/mozilla/html/ It shows up in google searches when you search Mozilla-y class names, but I don't know who or what runs it. Given the domain and comment

Re: Doxygen For Mozilla-Central Modules

2013-05-01 Thread Ehsan Akhgari
On 2013-05-01 1:08 PM, Benoit Girard wrote: Right now doxygen runs directly on the source code so it's not trivial to run doxygen on there. I'd be happy to accept a pull that builds and indexes dist/idl. If we decide to do a build, why not run doxygen on dist/include and dist/dom/bindings