Sha256: bcd55b18ef218b95e252c6c416c9caf00beaeaf1a9f93c21485621d3efc64cf3
Contents?: true
Size: 269 Bytes
Versions: 5
Compression:
Stored size: 269 Bytes
Contents
require 'pathname' module JsDocToolkit JsDocRoot = (Pathname(__FILE__).parent.parent + "src/jsdoc-toolkit/jsdoc-toolkit").expand_path JsDocTemplatePath = JsDocRoot + "templates" JsDocJarPath = JsDocRoot + "jsrun.jar" JsDocJsPath = JsDocRoot + "app/run.js" end
Version data entries
5 entries across 5 versions & 1 rubygems