Hi,
Is it possible using DocC to exclude folders, classes or some public methods so that they don't end up in the documentation?
Regards
Hi,
Is it possible using DocC to exclude folders, classes or some public methods so that they don't end up in the documentation?
Regards
It seems that symbols such as class/struct/method/property that begin with underscore will automatically be excluded from the documentation
Hi, Have you found a way to exclude classes or structs? I have the same concern.. I've some classes that should not appear in the docs. The underscore solution works but it's not the proper naming convention