I'm using ASDocs to make something like a "help" for my code and the problem is PRIVATE methods are omitted on ASDocs.
The thing is, on my project, I don't see any problems in change what is PRIVATE to PROTECTED. If I do that, the docummentation will be generated with everything I need.
So, the big question is: There's a problem have a project using only PROTECTED and PUBLIC methods and properties?