docs: fix doc comments in arrays too

This commit is contained in:
Delyan Angelov 2025-07-02 17:06:21 +03:00
parent 74b6e3b5c7
commit 35af6a8d12
7 changed files with 49 additions and 59 deletions

View file

@ -16,6 +16,7 @@ fn main() {
&& !it.ends_with('_test.c.v'))
}
}
fpaths.sort()
mut ctx := Context{}
for filepath in fpaths {
ctx.process_fpath(filepath) or {