From 72df0de8cb579fd96449d19eb57fc71335907a19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:35:02 +0300 Subject: add @file info to all files + Next step, start documenting contents of each file. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c62903..3d790cf 100644 --- a/Makefile +++ b/Makefile @@ -100,8 +100,14 @@ format: find arch lib common include -iname '*.[ch]' \ -exec clang-format -i -style=file {} \+ +.PHONY: docs +docs: + ./scripts/warn-undocumented + doxygen docs/doxygen.conf + RM ?= rm -f +.PHONY: clean clean: $(RM) -r $(CLEANUP) -- cgit v1.3