How to use eclox, the doxygen plugin for Eclipse

Viewed 57647

How do I get eclox working in Eclipse 3.5?

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

Despite this, I don't get any option to in any menu to initiate it.

Also the eclox site doesn't seem to have any "getting started" guide.

Please help.

8 Answers

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!

Related