gitextract_bjr7abbr/ ├── .gitignore ├── CHANGES.md ├── COPYING ├── Gemfile ├── LICENSE ├── README ├── Rakefile ├── bin/ │ └── rocco ├── lib/ │ ├── rocco/ │ │ ├── comment_styles.rb │ │ ├── layout.mustache │ │ ├── layout.rb │ │ └── tasks.rb │ └── rocco.rb ├── rocco.gemspec └── test/ ├── fixtures/ │ ├── issue10.iso-8859-1.rb │ └── issue10.utf-8.rb ├── helper.rb ├── suite.rb ├── test_basics.rb ├── test_block_comment_styles.rb ├── test_block_comments.rb ├── test_comment_normalization.rb ├── test_commentchar_detection.rb ├── test_descriptive_section_names.rb ├── test_docblock_annotations.rb ├── test_heredoc.rb ├── test_language_detection.rb ├── test_reported_issues.rb ├── test_skippable_lines.rb ├── test_source_list.rb └── test_stylesheet.rb