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
That's a good start, but we don't use that naming convention, so I hope that Apple adds additional ways to exclude files from documentation.
Agree. All override UIKit methods are public by nature, and we cannot add underscores.
-
—
mahmoud.amer.m
Add a CommentHi, 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