Skip to content

Commit

Permalink
[clang-tools-extra] Cleanup documentation routine
Browse files Browse the repository at this point in the history
The following issues are resolved:

* Doxygen didn't generate documentation for a bunch of existing tools
due to the absence of their directories in the doxygen configuration
file. This patch adds all relevant directories to the appropriate list.

* clang-tools-extra/docs/Doxyfile seems to be unused and irrelevant,
doxygen.cfg.in is passed to the CMake's Doxygen invocation, hence
Doxyfile is removed.

The validity of proposed changes was manually checked by building
doxygen-clang-tools and making sure that clangd and other tools are
present in Doxygen-generated docs of clang-tools-extra.

Reviewers: ioeric

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D47537

llvm-svn: 336257
  • Loading branch information
kirillbobyrev committed Jul 4, 2018
1 parent 204726b commit d666f9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1,817 deletions.

0 comments on commit d666f9b

Please sign in to comment.