@@ -1,6 +1,9 @@
*.user
Bin/Atomic.d.ts
+Bin/Atomic.js
Source/Atomic/Javascript/Modules/*
AtomicEditor/*
-Artifacts/*
+Artifacts/*
+Docs/out/*
+Docs/node_modules/*
@@ -0,0 +1,7 @@
+##Atomic Game Engine™ Javascript Reference
+
+##EARLY ACCESS DRAFT FEBRUARY 5th 2015
+(c) 2014-2015 THUNDERBEAST GAMES LLC
+(c) 2008-2015 The [Urho3D](http://urho3d.github.io) Project
@@ -0,0 +1,2 @@
+npm install git+https://github.com/jsdoc3/jsdoc
+git clone https://github.com/AtomicGameEngine/jaguarjs-jsdoc
@@ -0,0 +1 @@
+./node_modules/.bin/jsdoc ../Bin/Atomic.js -t ./jaguarjs-jsdoc/ -c ./jsdoc.conf Readme.md
@@ -0,0 +1,28 @@
+{
+"templates": {
+"cleverLinks": true,
+ "monospaceLinks": true,
+ "default": {
+ "outputSourceFiles" : false
+ },
+ "applicationName": "Index",
+ "disqus": "",
+ "googleAnalytics": "",
+ "openGraph": {
+ "title": "",
+ "type": "website",
+ "image": "",
+ "site_name": "",
+ "url": ""
+ "meta": {
+ "description": "",
+ "keyword": ""
+ "linenums": false
+ }
+}