C5 icon indicating copy to clipboard operation
C5 copied to clipboard

Documentation diagrams not generated correctly

Open dlidstrom opened this issue 2 years ago • 1 comments

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 avatar Aug 29 '23 08:08 dlidstrom

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

ondfisk avatar Jun 05 '24 20:06 ondfisk