views:

1330

answers:

3

How to get eclox to work in eclipse 3.5?

Im on Ubuntu 9.04. I installed Doxygen from ubuntu repositories(version 1.5.8). Then I installed eclox on eclipse through the update site.

Still I don't get any option to in any menu to initiate it.

Also the eclox site(eclox) doesn't seem to give any "getting started" guide.

Please help.

+1  A: 

Never mind, worked it out my self.

First you need to create a DoxyFile (which is the configuration file) by giving the source path and the output path.

Then only you can generate the documentation by right clicking the project and selecting the "Generate Documentation".

Thanks anyway!

ruwan.jayaweera
A: 

hi! how do you create the file and where do you put it?

patrick
A: 

When you install the plugin you get a toolbar option (having a '@' sign) which says "Generate Doxygen file".

ruwan.jayaweera