Skip to content

Commit 0a34919

Browse files
ufechner7Copilot
andauthored
Update scripts/stats.jl
Co-authored-by: Copilot <[email protected]>
1 parent f1152a9 commit 0a34919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stats.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function check_exported_docs(mod::Module; only_functions=false)
3737
return doc_status
3838
end
3939

40-
# Usage example:
40+
# Main execution block:
4141
results = check_exported_docs(VortexStepMethod)
4242
undocumented = filter(kv -> !kv[2], results)
4343
println("\nUndocumented exported symbols: \n", keys(undocumented))

0 commit comments

Comments
 (0)