This class contains methods useful for extracting documentation from methods and classes.
Given a string that makes up a comment in a source-code file parse out the content that the user is intended to read. (i.e. without leading indentation, #-characters or shebangs)
@param [String] comment @return [String]
@param [String] code @return [String]
@param [String] text @return [String]
[Validate]