We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation that is generated by Doxygen has some kind of encoding problem in the inheritance diagrams. All characters are being shown as boxes.
See https://c5.azurewebsites.net/d2/d52/classC5_1_1GuardedEnumerator.html. I am using Chrome on Windows but observed the same using Safari om my Macbook Pro.
Expected behavior: [What you expect to happen]
I expect readable characters.
Actual behavior: [What actually happens]
Encoding problems.
Finally, maybe Doxygen isn't the best documentation generator for .NET projects? It might be a good idea to try. See DocFX which looks promising.
The text was updated successfully, but these errors were encountered:
Indeed, DocFX looks promising. Will look into publishing with it on GitHub pages.
Sorry, something went wrong.
No branches or pull requests
Description
The documentation that is generated by Doxygen has some kind of encoding problem in the inheritance diagrams. All characters are being shown as boxes.
Steps to Reproduce
See https://c5.azurewebsites.net/d2/d52/classC5_1_1GuardedEnumerator.html. I am using Chrome on Windows but observed the same using Safari om my Macbook Pro.
Expected behavior: [What you expect to happen]
I expect readable characters.
Actual behavior: [What actually happens]
Encoding problems.
Finally, maybe Doxygen isn't the best documentation generator for .NET projects? It might be a good idea to try. See DocFX which looks promising.
The text was updated successfully, but these errors were encountered: