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

Documentation diagrams not generated correctly #139

Open
dlidstrom opened this issue Aug 29, 2023 · 1 comment
Open

Documentation diagrams not generated correctly #139

dlidstrom opened this issue Aug 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dlidstrom
Copy link

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.

image

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.

@dlidstrom dlidstrom added the bug Something isn't working label Aug 29, 2023
@ondfisk
Copy link
Collaborator

ondfisk commented Jun 5, 2024

Indeed, DocFX looks promising. Will look into publishing with it on GitHub pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants