Sha256: 83fc35051b718d15f2735bdb193412b1f41ef69eb2ab1f11d571739c256293c5

Contents?: true

Size: 745 Bytes

Versions: 3

Compression:

Stored size: 745 Bytes

Contents

# -*- coding: utf-8 -*-
# ===========================================================================
# Project:   Abbot - SproutCore Build Tools
# Copyright: ©2009 Apple Inc.
#            portions copyright @2006-2011 Strobe Inc.
#            and contributors
# ===========================================================================

require "sproutcore/tools/manifest"

module SC
  class Tools

    desc "docs [TARGET..]", "Generates JSDoc's for specified targets."
    def docs
      begin
        require 'sc_docs/cli'
        ScDocs::CLI.start
      rescue LoadError
        puts "sc-docs is no longer bundled with SproutCore. Please install the sc-docs tool instead."
      end
    end # def docs
  end # class Tools
end # module SC

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sproutcore-1.6.0.rc.2-x86-mingw32 lib/sproutcore/tools/docs.rb
sproutcore-1.6.0.rc.2 lib/sproutcore/tools/docs.rb
sproutcore-1.6.0.rc.2-java lib/sproutcore/tools/docs.rb