Class: Asciidoctor::Diagram::UmlConverter

Inherits:
PlantUmlConverter show all
Defined in:
lib/asciidoctor-diagram/plantuml/converter.rb

Constant Summary

Constants inherited from PlantUmlConverter

PlantUmlConverter::CLASSPATH_ENV, PlantUmlConverter::LIB_DIR, PlantUmlConverter::PLANTUML_JARS

Class Method Summary collapse

Methods inherited from PlantUmlConverter

#add_common_headers, #add_size_limit_header, #add_theme_header, #collect_options, #convert, #should_preprocess, #supported_formats, #wrap_source

Methods included from DiagramConverter

#collect_options, #convert, #native_scaling?, #supported_formats, #wrap_source

Class Method Details

.tagObject



135
136
137
# File 'lib/asciidoctor-diagram/plantuml/converter.rb', line 135

def self.tag
  'uml'
end