add() -> undefined
create(comment, code, scope) -> MVC.Doc.Pair
{String} - - the comment
{String} - - the first line of source following the comment
{MVC.Doc.Pair} - - The current scope of documentation.
This is typically a Class, Constructor, Static, or Prototype
{MVC.Doc.Pair} - - If a type can be found, the new Doc object; otherwise, null.
guess_type(code) -> undefined
{Object} -
has_type(type) -> undefined
{String} - a potential className
init() -> undefined
sort_by_full_name(a, b) -> undefined
{Object} -
{Object} -
comment_setup() -> undefined
init(comment, code, scope) -> undefined
{String} -
{String} -
{MVC.Doc.Pair} -
ordered_params() -> undefined