neovim.github.io icon indicating copy to clipboard operation
neovim.github.io copied to clipboard

doxygen layout is broken

Open justinmk opened this issue 4 years ago • 1 comments

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
    • image

Solution

To fix this we likely need to update these files:

  1. https://github.com/neovim/doc/blob/main/ci/doxygen.sh
  2. https://github.com/neovim/doc/blob/main/templates/report-header.sh.html

justinmk avatar Sep 22 '21 14:09 justinmk

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.

rockerBOO avatar Sep 22 '21 16:09 rockerBOO