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

Using a different version of doxygen produces a lot of missing tag output #5

Open
programmingkidx opened this issue Sep 7, 2021 · 1 comment

Comments

@programmingkidx
Copy link

If the version of doxygen that is used is not the same version that wxWidgets needs a lot of missing tag messages is displayed. I think it would be best if the line in the build.py file that has this "os.environ['WX_SKIP_DOXYGEN_VERSION_CHECK'] = '1'" be set to zero or commented out. When I used version doxygen v1.8.8 with wxWidgets 3.1.5 almost all of the missing tag messages went away.

@mattip
Copy link
Member

mattip commented Sep 7, 2021

PR welcome. It might be good to setup CI via github workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants