neovim.github.io
neovim.github.io copied to clipboard
doxygen layout is broken
doxygen generated documentation looks broken, likely an accident of the (much appreciated) CSS updates by @rockerBOO https://github.com/neovim/neovim.github.io/pulls?q=is%3Apr+author%3ArockerBOO
- https://neovim.io/doc/dev/pages.html
Solution
To fix this we likely need to update these files:
- https://github.com/neovim/doc/blob/main/ci/doxygen.sh
- https://github.com/neovim/doc/blob/main/templates/report-header.sh.html
Looked a little bit and those 2 files seem ok, but their are others in neovim/neovim that might need to be updated.
https://github.com/neovim/neovim/blob/master/src/Doxyfile which references extra.css
And the relevant files are in https://github.com/neovim/neovim/tree/master/contrib/doxygen
I can take a look when I can but others can feel free to update this.
