From 3fe43917cbc95149d891d44b96d0798828021705 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 23 Sep 2022 11:36:36 -0400 Subject: ci: remove contrib/doxygen/ #20303 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: - The layout of the doxygen HTML "dev docs" has been broken for 1+ years. - There is no evidence that anyone uses the doxygen HTML. - In the meantime since we introduced the doxygen HTML pages, the Nvim C docstrings have been surfaced in other ways: - Nvim LSP client - Generated :help docs like ":help api" and ":help ui". Solution: - Remove `contrib/doxygen/` from neovim repo. - Note: keep `src/Doxyfile`, it is used by `scripts/gen_vimdoc.py`. ☠️ - Remove `doc/dev/` from website. https://github.com/neovim/neovim.github.io/pull/291 - Remove doxygen job from the neovim/doc repo. https://github.com/neovim/doc/pull/28 - Future/ongoing: ":help dev" and other :help docs will continue to be improved as the "source of truth" for developer-related docs. ref https://github.com/neovim/neovim/pull/824 --- contrib/doxygen/header.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 contrib/doxygen/header.html (limited to 'contrib/doxygen/header.html') diff --git a/contrib/doxygen/header.html b/contrib/doxygen/header.html deleted file mode 100644 index c9c1509d86..0000000000 --- a/contrib/doxygen/header.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - -$projectname: $title -$title - - -$treeview -$search -$mathjax - -$extrastylesheet - - - -
- - - - - -- cgit