inline API documentation
as noted during the October 18 Webinar, the generated documentation appears to show many files with errors.
upon inspection, it seems many of these 'errors' are simply the wrong type of comment declaration, so the API generation script has not seen the comments
I'm going through and changing the comment type so that it is discoverable, I wanted to make note of my efforts here, so we can avoid duplication.
I'm not making any code changes at this time ... merely the changing commenting fromCopy to clipboard
// descriptive comment
Copy to clipboard
/** * PHPdoc comment */