From 2a3c4aa4ca79988914905451e14965e8674a0fe0 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:08:34 +0100 Subject: [PATCH] Docstring --- src/undocumented_names.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/undocumented_names.jl b/src/undocumented_names.jl index 1658418..5d28a50 100644 --- a/src/undocumented_names.jl +++ b/src/undocumented_names.jl @@ -1,7 +1,7 @@ """ test_undocumented_names(module::Module) -Test that all public names in `module` have a docstring (including the module itself). +Test that all public names in `module` have a docstring (not including the module itself). !!! warning For Julia versions before 1.11, this does not test anything.