v1.10.0
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.