From dbb4f3b1ae8a850a8a622c1ad0e6b9c6e3d3fb3f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 16 Oct 2020 20:50:57 -0700 Subject: [PATCH] migrate check-docs from generic makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ca085b2d..3415d2b1 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,12 @@ shellcheck: shellcheck ${SHELL_FILES}; \ fi + +check-docs: + doxygen $(PLUGIN_TEST_SUPPORT_DIR)/quality/etc/check-docs.conf 2> /dev/null >/dev/null + python $(PLUGIN_TEST_SUPPORT_DIR)/quality/doxy-coverage.py /tmp/undocced/xml + + SMOKE_SKETCHES=$(shell if [ -d ./examples ]; then find ./examples -type f -name \*ino | xargs -n 1 dirname; fi) smoke-sketches: $(SMOKE_SKETCHES)