Don't hide static members for singleton classes.
Although singleton classes shouldn't have its members marked as static, excluding them completely from the docs isn't the right thing to do.
Loading
Please register or sign in to comment
Although singleton classes shouldn't have its members marked as static, excluding them completely from the docs isn't the right thing to do.