Skip to content

Instantly share code, notes, and snippets.

@davestewart
Created March 13, 2012 21:49
Show Gist options
  • Save davestewart/2031971 to your computer and use it in GitHub Desktop.
Save davestewart/2031971 to your computer and use it in GitHub Desktop.
Base.extend()ed structure
+- Comment class, text, line
| +- Heading class, text, line
| +- DocComment class, text, line, tags
| +- Element class, text, line, tags, object
| +- Variable class, text, line, tags, object, name, type,
| | +- Accessor class, text, line, tags, object, name, type, accessor
| +- Function class, text, line, tags, object, name, params, returns, signature
| +- Class class, text, line, tags, object, name, properties, functions, constructor
|
+- Tag class, text
+- Value class, text, type
+- Param class, text, type, name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment