SYMBOL INDEX (92 symbols across 18 files) FILE: lib/rocco.rb class Rocco (line 77) | class Rocco method initialize (line 80) | def initialize(filename, sources=[], options={}) method to_html (line 144) | def to_html method pygmentize? (line 152) | def pygmentize? method detect_language (line 163) | def detect_language method generate_comment_chars (line 206) | def generate_comment_chars method parse (line 221) | def parse(data) method normalize_leading_spaces (line 332) | def normalize_leading_spaces(sections) method split (line 348) | def split(sections) method docblock (line 362) | def docblock(docs) method highlight (line 372) | def highlight(blocks) method process_markdown (line 436) | def process_markdown(text) method highlight_pygmentize (line 442) | def highlight_pygmentize(code) method highlight_webservice (line 463) | def highlight_webservice(code) FILE: lib/rocco/comment_styles.rb class Rocco (line 1) | class Rocco type CommentStyles (line 2) | module CommentStyles FILE: lib/rocco/layout.rb class Rocco::Layout (line 4) | class Rocco::Layout < Mustache method initialize (line 7) | def initialize(doc, stylesheet, file=nil) method title (line 15) | def title method stylesheet (line 19) | def stylesheet method file (line 23) | def file method sections (line 27) | def sections method sources? (line 48) | def sources? method sources (line 52) | def sources FILE: lib/rocco/tasks.rb class Rocco (line 53) | class Rocco method make (line 54) | def self.make(dest='docs/', source_files='lib/**/*.rb', options={}) class Task (line 60) | class Task method initialize (line 63) | def initialize(task_name, dest='docs/', sources='lib/**/*.rb', optio... method define_directory_task (line 87) | def define_directory_task(path) method define_file_task (line 103) | def define_file_task(source_file, dest_file) method rocco_source_files (line 117) | def rocco_source_files FILE: test/helper.rb function roccoize (line 16) | def roccoize( filename, contents, options = {} ) FILE: test/test_basics.rb class RoccoBasicTests (line 3) | class RoccoBasicTests < Test::Unit::TestCase method test_rocco_exists_and_is_instancable (line 4) | def test_rocco_exists_and_is_instancable method test_filename (line 8) | def test_filename method test_sources (line 13) | def test_sources method test_sections (line 18) | def test_sections method test_parsing (line 26) | def test_parsing method test_splitting (line 43) | def test_splitting FILE: test/test_block_comment_styles.rb class RoccoBlockCommentTest (line 3) | class RoccoBlockCommentTest < Test::Unit::TestCase method test_one_liner (line 4) | def test_one_liner method test_block_start_with_comment (line 14) | def test_block_start_with_comment method test_block_end_with_comment (line 24) | def test_block_end_with_comment method test_block_end_with_comment_and_middle (line 34) | def test_block_end_with_comment_and_middle method test_block_start_with_comment_and_end_with_comment (line 44) | def test_block_start_with_comment_and_end_with_comment method test_block_start_with_comment_and_end_with_comment_and_middle (line 54) | def test_block_start_with_comment_and_end_with_comment_and_middle FILE: test/test_block_comments.rb class RoccoBlockCommentTest (line 3) | class RoccoBlockCommentTest < Test::Unit::TestCase method test_basics (line 4) | def test_basics method test_multiple_blocks (line 20) | def test_multiple_blocks method test_block_without_middle_character (line 38) | def test_block_without_middle_character method test_language_without_single_line_comments_parse (line 56) | def test_language_without_single_line_comments_parse method test_language_without_single_line_comments_split (line 67) | def test_language_without_single_line_comments_split method test_language_without_single_line_comments_highlight (line 81) | def test_language_without_single_line_comments_highlight FILE: test/test_comment_normalization.rb class RoccoCommentNormalization (line 3) | class RoccoCommentNormalization < Test::Unit::TestCase method test_normal_comments (line 4) | def test_normal_comments method test_single_line_comments (line 15) | def test_single_line_comments FILE: test/test_commentchar_detection.rb class RoccoAutomaticCommentChars (line 3) | class RoccoAutomaticCommentChars < Test::Unit::TestCase method test_basic_detection (line 4) | def test_basic_detection method test_fallback_language (line 9) | def test_fallback_language method test_fallback_default (line 14) | def test_fallback_default method test_fallback_user (line 19) | def test_fallback_user method test_fallback_user_with_unknown_language (line 24) | def test_fallback_user_with_unknown_language FILE: test/test_descriptive_section_names.rb class RoccoDescriptiveSectionNamesTests (line 3) | class RoccoDescriptiveSectionNamesTests < Test::Unit::TestCase method test_section_name (line 4) | def test_section_name method test_section_numbering (line 17) | def test_section_numbering FILE: test/test_docblock_annotations.rb class RoccoDocblockAnnotationsTest (line 3) | class RoccoDocblockAnnotationsTest < Test::Unit::TestCase method test_basics (line 4) | def test_basics method test_highlighted_in_blocks (line 13) | def test_highlighted_in_blocks FILE: test/test_heredoc.rb class RoccoHeredocTest (line 3) | class RoccoHeredocTest < Test::Unit::TestCase method test_basics (line 4) | def test_basics FILE: test/test_language_detection.rb class RoccoLanguageDetection (line 3) | class RoccoLanguageDetection < Test::Unit::TestCase method test_basic_detection (line 4) | def test_basic_detection method test_fallback_default (line 12) | def test_fallback_default method test_fallback_user (line 20) | def test_fallback_user FILE: test/test_reported_issues.rb class RoccoIssueTests (line 4) | class RoccoIssueTests < Test::Unit::TestCase method test_issue07_incorrect_parsing_in_c_mode (line 5) | def test_issue07_incorrect_parsing_in_c_mode method test_issue10_utf8_processing (line 21) | def test_issue10_utf8_processing method test_issue12_css_octothorpe_classname_change (line 41) | def test_issue12_css_octothorpe_classname_change method test_issue13_incorrect_code_divider_parsing (line 58) | def test_issue13_incorrect_code_divider_parsing method test_issue15_extra_space_after_comment_character_remains (line 74) | def test_issue15_extra_space_after_comment_character_remains FILE: test/test_skippable_lines.rb class RoccoSkippableLines (line 3) | class RoccoSkippableLines < Test::Unit::TestCase method test_shebang_first_line (line 4) | def test_shebang_first_line method test_shebang_in_content (line 16) | def test_shebang_in_content method test_encoding_in_ruby (line 29) | def test_encoding_in_ruby method test_encoding_in_python (line 41) | def test_encoding_in_python method test_encoding_in_notpython (line 53) | def test_encoding_in_notpython FILE: test/test_source_list.rb class RoccoSourceListTests (line 3) | class RoccoSourceListTests < Test::Unit::TestCase method test_flat_sourcelist (line 4) | def test_flat_sourcelist method test_heiarachical_sourcelist (line 17) | def test_heiarachical_sourcelist FILE: test/test_stylesheet.rb class RoccoStylesheetTests (line 3) | class RoccoStylesheetTests < Test::Unit::TestCase method test_default_stylesheet (line 4) | def test_default_stylesheet method test_custom_stylesheet (line 14) | def test_custom_stylesheet