Skip to content

v1.10.0

Choose a tag to compare

@cesarParra cesarParra released this 07 Sep 14:07
· 581 commits to master since this release

Added support for the namespaceaccessble scope.

When this scope is defined any code marked as @NamespaceAccessible will be included as part of the documentation, even if the additional scope of the code is not specified. For example, if you have a NamespaceAccessible public class and specify the namespaceaccessble scope but not the public scope, the code will still be picked up.