We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1152a9 commit 0a34919Copy full SHA for 0a34919
scripts/stats.jl
@@ -37,7 +37,7 @@ function check_exported_docs(mod::Module; only_functions=false)
37
return doc_status
38
end
39
40
-# Usage example:
+# Main execution block:
41
results = check_exported_docs(VortexStepMethod)
42
undocumented = filter(kv -> !kv[2], results)
43
println("\nUndocumented exported symbols: \n", keys(undocumented))
0 commit comments