anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

Doxygen patch for eclox configuration file generation #115

Closed anb0s closed 8 years ago

anb0s commented 9 years ago

Original Savannah ticket 3300 reported by None on Mon May 29 14:05:24 2006.

Hello, Guillaume.

I took a look over the weekend to doxygen's configuration code, and I have made a quick hack that generates the config file in eclox's format.

I provide it to you as a patch to doxygen-1.4.6. After patching (cd "doxygen path"; patch -p1 < "patch file"), and running ./configure and make, you can execute the generated bin/ecloxconfig to dump the eclox configuration to standard output.

I tried to minimize the diff, but in the end there are still some changes related to types and contents of the notes. In some cases, it is actually doxygen that is wrong since some "directory list" should be "path list". I license it under the GPL, but there is no point in having it separate from eclox, so feel free to include it in eclox if you wish.

I haven't included any code to handle the dependencies, but with this code, it should be trivial to dump it. The good thing about this patch is that it should be quite easy to adapt to new doxygen versions.

Joao Ventura

anb0s commented 9 years ago

Comment by gbrocker on Mon May 29 15:24:53 2006

Patched applied and tested successfuly.

anb0s commented 8 years ago

looks like it was done