docs(layouting): fix code blocks#916
docs(layouting): fix code blocks#916TomJGooding wants to merge 1 commit intoImmediate-Mode-UI:masterfrom
Conversation
While browsing the documentation I noticed that the code blocks are currently broken on the Layouting page. I confess I'm not familiar with Doxygen, but simply removing a space from the indentation seems to fix the issue! Fixes Immediate-Mode-UI#915
There was a problem hiding this comment.
Thanks! Tested locally and it does work.
I've taken a quick look into all code blocks and found one that lacks proper syntax highlight:
Lines 5623 to 5637 in 987c8b8
^ no need to do anything, but if you're already interested in contributing to docs, you can probably submit another PR for this one too (or even fix it here, it wouldn't be a big deal).
EDIT: tried to fix it myself, but coloring does not seem to change no matter what I do. I'm not super familiar with doxygen neither.
|
Thanks for the review. I think the problem in the Stack docs should really be a separate PR - this fixes a borked code block rather than just missing syntax highlighting. |
RobLoach
left a comment
There was a problem hiding this comment.
Thanks. Would like to touch up all the doxygen docs for sure. Make them consistent, and maybe even tweak the config itself.

While browsing the documentation I noticed that the code blocks are currently broken on the Layouting page.
I confess I'm not familiar with Doxygen, but simply removing a space from the indentation seems to fix the issue!
Fixes #915