Josh Engebretson 11 years ago
parent
commit
1e346c50e2
5 changed files with 42 additions and 1 deletions
  1. 4 1
      .gitignore
  2. 7 0
      Docs/Readme.md
  3. 2 0
      Docs/Setup_Notes.txt
  4. 1 0
      Docs/gendocs.sh
  5. 28 0
      Docs/jsdoc.conf

+ 4 - 1
.gitignore

@@ -1,6 +1,9 @@
 
 
 *.user
 *.user
 Bin/Atomic.d.ts
 Bin/Atomic.d.ts
+Bin/Atomic.js
 Source/Atomic/Javascript/Modules/*
 Source/Atomic/Javascript/Modules/*
 AtomicEditor/*
 AtomicEditor/*
-Artifacts/*
+Artifacts/*
+Docs/out/*
+Docs/node_modules/*

+ 7 - 0
Docs/Readme.md

@@ -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 

+ 2 - 0
Docs/Setup_Notes.txt

@@ -0,0 +1,2 @@
+npm install git+https://github.com/jsdoc3/jsdoc
+git clone https://github.com/AtomicGameEngine/jaguarjs-jsdoc

+ 1 - 0
Docs/gendocs.sh

@@ -0,0 +1 @@
+./node_modules/.bin/jsdoc ../Bin/Atomic.js -t ./jaguarjs-jsdoc/ -c ./jsdoc.conf Readme.md

+ 28 - 0
Docs/jsdoc.conf

@@ -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": {
+			"title": "",
+			"description": "",
+			"keyword": ""
+		},
+		"linenums": false
+		
+	}
+	
+}
+