Sha256: 9b4deda2bac40fc4a61a11b962757eb537dbde5c7933711049ee1f4aec14afe4

Contents?: true

Size: 1.08 KB

Versions: 12

Compression:

Stored size: 1.08 KB

Contents

# frozen_string_literal: true

# The module for custom YARD handlers.
module PuppetStrings::Yard::Handlers
  # The module for custom Ruby YARD handlers.
  module Ruby
    require 'puppet-strings/yard/handlers/ruby/data_type_handler'
    require 'puppet-strings/yard/handlers/ruby/type_handler'
    require 'puppet-strings/yard/handlers/ruby/type_extras_handler'
    require 'puppet-strings/yard/handlers/ruby/rsapi_handler'
    require 'puppet-strings/yard/handlers/ruby/provider_handler'
    require 'puppet-strings/yard/handlers/ruby/function_handler'
  end

  # The module for custom JSON YARD handlers.
  module JSON
    require 'puppet-strings/yard/handlers/json/task_handler'
  end

  # The module for custom Puppet YARD handlers.
  module Puppet
    require 'puppet-strings/yard/handlers/puppet/class_handler'
    require 'puppet-strings/yard/handlers/puppet/data_type_alias_handler'
    require 'puppet-strings/yard/handlers/puppet/defined_type_handler'
    require 'puppet-strings/yard/handlers/puppet/function_handler'
    require 'puppet-strings/yard/handlers/puppet/plan_handler'
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
puppet-strings-4.1.3 lib/puppet-strings/yard/handlers.rb
puppet-strings-4.1.2 lib/puppet-strings/yard/handlers.rb
puppet-strings-4.1.1 lib/puppet-strings/yard/handlers.rb
puppet-strings-4.1.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-4.0.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-4.0.0.rc.1 lib/puppet-strings/yard/handlers.rb
puppet-strings-3.0.1 lib/puppet-strings/yard/handlers.rb
puppet-strings-3.0.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-2.9.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-2.8.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-2.7.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-2.6.0 lib/puppet-strings/yard/handlers.rb