Class: Docfu::Html

Inherits:
BaseOutput show all
Defined in:
lib/docfu/outputs/html.rb

Instance Method Summary collapse

Methods inherited from BaseOutput

#check_missing_commands, #check_valid_project, #command_exists?, #config, #contains_config_yaml?, #contains_info_yaml?, #figures, #info, #not_a_project_error, #project_home, #required_commands

Instance Method Details

#generateObject



7
8
9
10
# File 'lib/docfu/outputs/html.rb', line 7

def generate
  puts "Html generation is not currently implemented."
  exit 0
end