Flowdock
module

CHM

Importance_0
v1_9_1_378 - Show latest stable - 0 notes

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

HTML = RDoc::Generator::HTML::HTML

INDEX = HTML::INDEX

STYLE = HTML::STYLE

CLASS_INDEX = HTML::CLASS_INDEX

CLASS_PAGE = HTML::CLASS_PAGE

FILE_INDEX = HTML::FILE_INDEX

FILE_PAGE = HTML::FILE_PAGE

METHOD_INDEX = HTML::METHOD_INDEX

METHOD_LIST = HTML::METHOD_LIST

FR_INDEX_BODY = HTML::FR_INDEX_BODY

BODY = HTML::BODY.sub!(/<\?xml.*\?>/, '')

SRC_PAGE = HTML::SRC_PAGE.sub!(/<\?xml.*\?>/, '')

HPP_FILE = <<-EOF [OPTIONS] Auto Index = Yes Compatibility=1.1 or later Compiled file=<%= values["opname"] %>.chm Contents file=contents.hhc Full-text search=Yes Index file=index.hhk Language=0x409 English(United States) Title=<%= values["title"] %> [FILES] <% values["all_html_files"].each do |all_html_files| %> <%= all_html_files["html_file_name"] %> <% end # values["all_html_files"] %> EOF

CONTENTS = <<-EOF

    <% values["contents"].each do |contents| %>
  • "> "> <% if contents["methods"] then %>
      <% contents["methods"].each do |methods| %>
    • "> "> <% end # contents["methods"] %>
    <% end %>
  • <% end # values["contents"] %>
EOF

CHM_INDEX = <<-EOF

    <% values["index"].each do |index| %>
  • "> "> <% end # values["index"] %>
EOF

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.