TomParse 0.2.1 has been released.
TomParse is a Ruby TomDoc parser. It contains no other functionality
than the ability to take a comment and parse it in accordance to the
TomDoc standard.
- home: http://rubyworks.github.com/tomparse
- docs: File: README — Documentation for tomparse (0.4.2)
- code: GitHub - rubyworks/tomparse: TomDoc Parser
- mail: http://groups.google.com/groups/rubyworks-mailinglist
This release fixes indention with multi-line examples.
Changes:
- Correctly indent multiline code examples.
- Swtich to Citron for testing.