Module: YARDJS

Defined in:
lib/yard-js.rb,
lib/yard-js/tags.rb,
lib/yard-js/parser.rb,
lib/yard-js/version.rb,
lib/yard-js/code_objects.rb,
lib/yard-js/handlers/base.rb,
lib/yard-js/handlers/class_handler.rb,
lib/yard-js/handlers/mixin_handler.rb,
lib/yard-js/handlers/module_handler.rb,
lib/yard-js/handlers/comment_handler.rb,
lib/yard-js/code_objects/event_object.rb,
lib/yard-js/handlers/constant_handler.rb,
lib/yard-js/code_objects/property_object.rb,
lib/yard-js/handlers/instance_method_handler.rb

Defined Under Namespace

Modules: CodeObjects, Handlers, Parser, Tags Classes: Options

Constant Summary collapse

VERSION =
'0.1.3'

Class Method Summary collapse

Class Method Details

.optionsObject



24
25
26
# File 'lib/yard-js.rb', line 24

def self.options
  @options ||= Options.new
end