Skip to content
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.

fix: implement solution for top-level @isTest and inner classes without access modifiers being ignored #3

Merged
merged 2 commits into from
Feb 15, 2019

Conversation

no-stack-dub-sack
Copy link
Owner

initially reported here by @Patlatus. Top level class without access modifiers (must be @isTest) and inner classes without access modifiers, both assumed to be private by apex, were being ignored by ApexDoc. This implements a solution for this issue. Now both forms are documented and assumed to be private. However, the fact the the top-level classes must be @isTest is still not captured. Eventually, it would be nice to capture this and other class/method annotations such as @AuraEnabled, @future, @TestVisible, etc.

@no-stack-dub-sack no-stack-dub-sack merged commit ae4f605 into master Feb 15, 2019
@no-stack-dub-sack no-stack-dub-sack deleted the fix/implicit-private-scope branch February 15, 2019 04:22
@Patlatus
Copy link

Thanks @no-stack-dub-sack

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants