aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-08 21:27:39 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-08 21:28:20 +0300
commit93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0 (patch)
tree8e7071f28a30d7a1e85282fd590f3a167e6e19b6 /Makefile
parentf7767d853922610c57ccd429132ac7b4a1677de2 (diff)
downloadek-93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0.tar.gz
ek-93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0.zip
start documentation process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b2af9a..777df9b 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,8 @@ license:
.PHONY: docs
docs:
- ./scripts/warn-undocumented
+ find src include -iname '*.[ch]' |\
+ xargs ./scripts/warn-undocumented
doxygen docs/doxygen.conf
.PHONY: check