D-Scanner icon indicating copy to clipboard operation
D-Scanner copied to clipboard

Add a check for documented symbols that aren't public

Open wilzbach opened this issue 6 years ago • 1 comments

From https://github.com/dlang/phobos/pull/5558

/// Add the mutable qualifier to the given type T.
package template MutableOf(T)     { alias MutableOf     =              T  ; }

Should yield a warning: "Documented symbol is not public".

wilzbach avatar Jul 06 '17 10:07 wilzbach

A start -> https://github.com/dlang-community/D-Scanner/pull/585

wilzbach avatar Apr 03 '18 04:04 wilzbach