Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button Show HTML-Output doesn't work #9003

Closed
Wernickel opened this issue Jan 4, 2022 · 11 comments
Closed

Button Show HTML-Output doesn't work #9003

Wernickel opened this issue Jan 4, 2022 · 11 comments
Labels
bug doxywizard bug is specific for the wizard

Comments

@Wernickel
Copy link

I loaded an older Doxyfile and created the HTML files.
This worked as usual. The button "Show HTML Output" was enabled.
Pressing it doesn't perform any action.
While starting the index.html file via Windows Explorer opens the generated documentation.

@albert-github albert-github added doxywizard bug is specific for the wizard needinfo reported bug is incomplete, please add additional info labels Jan 4, 2022
@albert-github
Copy link
Collaborator

  • Which version of the doxywizard are you using?
  • With Which version did you make the old Doxyfile?
  • Anything special in the old Doxyfile? (Just publish it as an attachment as a compressed tar or zip file).

@Wernickel
Copy link
Author

Wernickel commented Jan 4, 2022

Doxyfile.zip

  • I just have downloaded and installed Doxywizard Version 1.9.3
  • The doxyfile was created with version 1.8.6 ( Doxywizard) - I think, it's some time ago...

@albert-github albert-github added bug and removed needinfo reported bug is incomplete, please add additional info labels Jan 4, 2022
@albert-github
Copy link
Collaborator

The problem is independent of the used Doxyfile (I just tested it with an empty Doxyfile and no source files)

  • with the official executable I can reproduce the problem
  • with my own build executable I could not reproduce the problem.

Note: I assume the problem to occur under Windows as the "Windows Explorer" has been used (I tested myself with FireFox).

@albert-github albert-github added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Jan 5, 2022
@albert-github
Copy link
Collaborator

Code has been updated in the doxygen master version on GitHub (please don't close the issue as this will be done at the moment of an official release).

albert-github added a commit to albert-github/doxygen that referenced this issue Jan 5, 2022
In doxygen#9003   the MKIDX_CMD setting was introduced to align the approach with LATEX_CMD and also to give on *nix the possibility to define these commands outside the Makefile.
In this patch:
- add the missing setting for bibtex
- add the missing setting for the number of reruns (giving more flexibility) overules doxygen#250
- add setting for the name of the manual
- make the overrule possibility also available under Windows
- add rerun test on bibliographical references
@petko
Copy link

petko commented Mar 10, 2022

I also have the same problem with all Doxygen versions since 1.9. Clicking on Show HTML Output does something (I can see Doxywizard being blocked for a second), but does not open the generated help files. I use Firefox as my default browser under Windows 10.

@albert-github
Copy link
Collaborator

@petko You say you use Doxygen versions since 1.9 , as noted in the previous comments a fix has been made in the version 1.9.3 (c0b9eaf). You can see the version you have by means of the following commands on the command line:

  • doxygen -v

or

  • doxywizard --version

So please specify the exact version you are using. When you are using 1.9.3 (c0b9eaf) update to this, see https://www.doxygen.nl/download.html)

@petko
Copy link

petko commented Mar 10, 2022

I use 1.9.3 (c0b9eaf). The problem still happens for me there as described above.

In 1.8.20 and older it works properly.

@albert-github
Copy link
Collaborator

Oops I overlooked that this issue is fixed in the master version but is not yet released (I thought, by head, this was fixed in the 1.9.3 (c0b9eafbfb53286ce31e75e2b6c976ee4d345473version).

I've just tried my local master version and this is working

  • you can build doxygen yourself
  • get the latest master from the github artifacts, e.g. from https://github.com/doxygen/doxygen/actions/runs/1959365921 and replace the released doxywizard version with the doxywizard from the artifact (you have to do this by hand, there won't be an installer). When replacing the doxywizard I would also replace the doxygen executable to keep a more consistent system (though the later is not necessary).

@doxygen
Copy link
Owner

doxygen commented May 5, 2022

This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.9.4.
Please verify if this is indeed the case. Reopen the
issue if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).

@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label May 5, 2022
@doxygen doxygen closed this as completed May 5, 2022
@petko
Copy link

petko commented May 9, 2022

Just to confirm, it works properly now.

@Wernickel
Copy link
Author

Fixed, it works now.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug doxywizard bug is specific for the wizard
Projects
None yet
Development

No branches or pull requests

4 participants