Question

I have installed Doxygen 1.8.7 on my Windows 7 pc. Downloaded a sample project from here Started the Doxywizard filled the values on all the tabs (Project, Mode, Output, Diagram) but after completing all this the next button is still disabled.

find the screen shots bellow

Project Mode Output Diagrams

what I am doing wrong?

Was it helpful?

Solution 4

As @albert said this is the last thing in Wizard tab. Select Run tab and click start doxygen and you are done. Sometimes doxygen may stop instantly this is because your Aniti Virus may block the application in such case add doxygen to exception or something like that in your AV.

OTHER TIPS

Pardon me while I resurrect this dead post, but I arrived here by researching the same problem as the OP.

It turns out we have different problems, but others may search as I have, and end up here.

In my case, although the NEXT button was indeed grayed out, I also had the problem where the "Run Doxygen" button was grayed out.

In my case, the reason the "Run Doxygen" button was grayed out was that I had chosen an output directory that was in a folder I did not have write-access to. (C:\Project_html).

I was able to resolve my situation by re-launching Doxygen with admin privileges.

Although indeed not an error, I agree this can be a bit confusing. I've just pushed a change to GitHub that makes the Next button jump to the Run tab (which is typically the next logical step to take).

See the commit here: https://github.com/doxygen/doxygen/commit/fbc60af2298c2668893e2f7045f66765f8e0c63f

For me "Run doxygen" button was disabled. After checking all the configuration options i found that the directory which it was expecting at "Step 1: Specify the working directory from which doxygen will run" was the directory where doxygen.exe was located. So in my case it was "C:\Program Files\doxygen\bin"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top