From 9398194058eeb365bfc985b31b4049ccfd44ac45 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 2 Sep 2022 13:19:06 +0300 Subject: fix documentation warnings --- scripts/warn-undocumented | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/warn-undocumented') diff --git a/scripts/warn-undocumented b/scripts/warn-undocumented index 78f1401..8cb46c8 100755 --- a/scripts/warn-undocumented +++ b/scripts/warn-undocumented @@ -1,6 +1,6 @@ #!/bin/sh # look through all files for either @file or \file, grep -c will report # ./example.file:0 if it is not found. -find arch lib common include -iname '*.[ch]' -exec \ +find arch lib common include -iname '*.[ch]' -not -path */gen/* -exec \ grep -c '[@\]file' {} \+ \ | awk -F':' '$2 == 0 {print "Undocumented file:", $1}' -- cgit v1.3