Class: Pandoku::Formats::DocBook

Inherits:
Pandoku::Format show all
Includes:
OutputFormat
Defined in:
lib/pandoku/formats/docbook.rb

Overview

DocBook XML format. www.docbook.org/

Instance Attribute Summary

Attributes inherited from Pandoku::Format

#options

Class Method Summary collapse

Methods included from OutputFormat

#compile

Methods inherited from Pandoku::Format

#cliopts, inherited, #initialize

Constructor Details

This class inherits a constructor from Pandoku::Format

Class Method Details

.default_optionsObject



12
13
14
# File 'lib/pandoku/formats/docbook.rb', line 12

def self.default_options
  {}
end

.nameObject



8
9
10
# File 'lib/pandoku/formats/docbook.rb', line 8

def self.name
  :docbook
end