repo string | commit string | message string | diff string |
|---|---|---|---|
lepot311/tgi_cutscene | b6ef468d171cd0da7c37ef6ef0b92a1b52def75e | auto-load sample slideshow and populate | diff --git a/app/app.py b/app/app.py
index 198020e..55d047c 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,90 +1,118 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'index... |
lepot311/tgi_cutscene | 79d5156ecd166250d0073614bf53949f4c925e47 | javascript rewrite using test.html | diff --git a/app/app.py b/app/app.py
index a6a9e89..198020e 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,39 +1,90 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
+import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'index'... |
lepot311/tgi_cutscene | 5bff598be637436397a29521ba1358d624709457 | animation tweaks | diff --git a/app/static/js/custom.js b/app/static/js/custom.js
index af9e941..1e1620f 100644
--- a/app/static/js/custom.js
+++ b/app/static/js/custom.js
@@ -1,245 +1,260 @@
$(document).ready(function() {
var bg
var c
var d
var direction
var t
// $('.dialog div').append(text)
var textLength = 0
... |
lepot311/tgi_cutscene | f1d4d987922e2ae677c865a9c0687e3f109a67ca | Fixed bug with setInterval not clearing. Arranged bin thumb character image on direction side or enviro thumb | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 62a5018..56bfa88 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,30 +1,32 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 71ba2deb551500f2b848128666d901fa6f493f8f | Removed pyc files | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b6867e7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+*.DS_STORE
diff --git a/app/app.pyc b/app/app.pyc
deleted file mode 100644
index c0b9804..0000000
Binary files a/app/app.pyc and /dev/null differ
diff --git a/app/forms.pyc b/app/forms... |
lepot311/tgi_cutscene | 5a20002db14495eaa09da7d94b9e4513bc409b19 | Added delete icon. Moved stuff around. | diff --git a/app/static/css/style.css b/app/static/css/style.css
index e8774f8..62a5018 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,28 +1,30 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 4556370e9e1284e8be07497194da6a3ba21bdc6b | Improved getSlide() handling | diff --git a/app/static/js/custom.js b/app/static/js/custom.js
index 39ae4e3..2c4f6b2 100644
--- a/app/static/js/custom.js
+++ b/app/static/js/custom.js
@@ -1,216 +1,223 @@
$(document).ready(function() {
var bg
var c
var d
var direction
var t
// $('.dialog div').append(text)
var textLength = 0
... |
lepot311/tgi_cutscene | 5778fafcdbf3bd668a0b754b8cadd42c0344b1b2 | Improved um stuff | diff --git a/app/app.py b/app/app.py
index 45dc8e0..a6a9e89 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,39 +1,39 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'index',
'/s... |
lepot311/tgi_cutscene | eb5cd9939a4d8d949053cd91f9c353a4c6e7e03f | Working somewhat | diff --git a/app/__init__.py b/app/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/app/app.py b/app/app.py
new file mode 100644
index 0000000..b512fab
--- /dev/null
+++ b/app/app.py
@@ -0,0 +1,35 @@
+import web
+from forms import createSlideForm
+import pdb
+
+render = web.template.render('template... |
cykod/quintus-voxel | a702ace2d489d21980ef6609ff5a167d25c1b121 | More physics | diff --git a/client/js/QuintusRenderer.js b/client/js/QuintusRenderer.js
index d4fa8f8..60ba831 100644
--- a/client/js/QuintusRenderer.js
+++ b/client/js/QuintusRenderer.js
@@ -1,496 +1,500 @@
var QuintusRendererBuilder = function(q) {
var KEY_CODES = { 37:'left', 39:'right', 38:'up', 40:'down', 32:'space' };... |
cykod/quintus-voxel | 90abaeede3e53ce5f67efd7c95028397b02c9546 | Add explosion | diff --git a/client/js/QuintusRenderer.js b/client/js/QuintusRenderer.js
index 7dc844d..d4fa8f8 100644
--- a/client/js/QuintusRenderer.js
+++ b/client/js/QuintusRenderer.js
@@ -1,440 +1,496 @@
var QuintusRendererBuilder = function(q) {
var KEY_CODES = { 37:'left', 39:'right', 38:'up', 40:'down', 32:'space' };... |
cykod/quintus-voxel | 80fe12a8b87ae7883f09e1b6aa961a0aefa48658 | a little refactoring | diff --git a/client/builder.html b/client/builder.html
index 8a3fdbd..bccf94a 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,237 +1,252 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Quintus</title>
<link rel="stylesheet" href="... |
cykod/quintus-voxel | 4946644e4c7d6e5d39d56a06924d7a28bfee30a4 | Linked Code to File opening created a new function | diff --git a/client/builder.html b/client/builder.html
index 701d75d..8a3fdbd 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,229 +1,237 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Quintus</title>
<link rel="stylesheet" href="... |
cykod/quintus-voxel | ab552a9ffc70efde1583cb0a53b14f0db3fb7e27 | Added point and click dropping | diff --git a/client/js/QuintusRenderer.js b/client/js/QuintusRenderer.js
index 8f60e16..e45d54c 100644
--- a/client/js/QuintusRenderer.js
+++ b/client/js/QuintusRenderer.js
@@ -1,398 +1,438 @@
var QuintusRendererBuilder = function(q) {
var KEY_CODES = { 37:'left', 39:'right', 38:'up', 40:'down', 32:'space' };... |
cykod/quintus-voxel | b414aaaa83b9024ae250484fc655ace3de5195a7 | Reworked storage to a hash | diff --git a/client/js/QStorage.js b/client/js/QStorage.js
index f20c185..7e2e135 100644
--- a/client/js/QStorage.js
+++ b/client/js/QStorage.js
@@ -1,55 +1,59 @@
QStorage = {};
(function(c) {
c.set = function(name,val) {
$.Storage.set(name,JSON.stringify(val));
}
c.get = function(name) {
... |
cykod/quintus-voxel | 3c717a70d3af4ccd1c0536561a413ae01e50e3a9 | some html refactoring | diff --git a/client/builder.html b/client/builder.html
index 7875460..93ff95e 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,225 +1,229 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Quintus</title>
<link rel="stylesheet" href="... |
cykod/quintus-voxel | c9c38a4c507ee180800fc3305975cf1526ac4541 | Added object dropping in | diff --git a/client/js/QuintusBuilder.js b/client/js/QuintusBuilder.js
index 3cc611d..54d907b 100644
--- a/client/js/QuintusBuilder.js
+++ b/client/js/QuintusBuilder.js
@@ -1,318 +1,318 @@
var QuintusBuilder = {};
(function(q) {
var KEY_CODES = { 37:'left', 39:'right', 38:'up', 40:'down', 32:'space' };
... |
cykod/quintus-voxel | d83a33ef88bd06f935adb163d257d21745f76c44 | Open and load functionality | diff --git a/client/builder.html b/client/builder.html
index 0dd3586..7875460 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,169 +1,225 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Quintus</title>
<link rel="stylesheet" href="... |
cykod/quintus-voxel | 522b0e6506048124849d6f2e665c6d161332ce4c | Html editing from Lindsey's Side | diff --git a/client/builder.html b/client/builder.html
index 41492c5..30e6866 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,148 +1,168 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Quintus</title>
<link rel... |
cykod/quintus-voxel | 287fa4deea750f199db57656c822a29219ca1781 | Added storage load and save | diff --git a/client/builder.html b/client/builder.html
index 1df3108..aae0fd7 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,147 +1,149 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Quintus</title>
<link rel="stylesheet" href="... |
cykod/quintus-voxel | 0c5517a0278cb37b2d34e42a546f9b2a4e06dcf9 | Added storage and updated active tab | diff --git a/client/builder.html b/client/builder.html
index cc9552c..1df3108 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,140 +1,147 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Quintus</title>
<link rel="stylesheet" href="... |
cykod/quintus-voxel | 130a55b926d83285b534909f2a985291078d07ae | text editor still not working, going to bed anyway | diff --git a/client/builder.html b/client/builder.html
index 773efcd..41492c5 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,141 +1,148 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>ObjectTitle</title>
+
+
+
+ <title>Quintu... |
cykod/quintus-voxel | 1753972f39c57f0c3679f7765d029ce3c548998e | Modified readme | diff --git a/README.markdown b/README.markdown
index b0d3085..8c0696a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1 +1,6 @@
Awesomeness
+===========
+
+Work in progress from the HTML5 Tools Game Jam. Don't use.
+
+Built on three.js by the fantastic http://mrdoob.com/
|
cykod/quintus-voxel | 7f0e6f581f0d06a82f006269839a965ba674c3e8 | Added builder in | diff --git a/client/builder.html b/client/builder.html
index a78aec3..773efcd 100644
--- a/client/builder.html
+++ b/client/builder.html
@@ -1,176 +1,141 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>ObjectTitle</title>
<link rel="stylesheet" hr... |
cykod/quintus-voxel | 7660faafc226db0ca24746b2d1802f1a1507c230 | Moved to client directory | diff --git a/builder/.DS_Store b/builder/.DS_Store
deleted file mode 100644
index e106883..0000000
Binary files a/builder/.DS_Store and /dev/null differ
diff --git a/builder/builder.html b/client/builder.html
similarity index 89%
rename from builder/builder.html
rename to client/builder.html
index de9f4aa..a78aec3 1006... |
cykod/quintus-voxel | 33633b6e150d66317f219bc3ef5f558b03f34c34 | Initial readme | diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..b0d3085
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1 @@
+Awesomeness
|
sandropaganotti-zz/Twitter-Sapiens | 9baabb8680002a0c1657bf161085c7401781b8a3 | Created sentencer.rb and populated README file | diff --git a/README b/README
index e69de29..eaf1cc1 100644
--- a/README
+++ b/README
@@ -0,0 +1,17 @@
+This small script was created as a possible answer to Ruby Quiz 208: Twitter Personalities.
+
+Twitter Sapiens work basically by extracting all the words from a given sentence (its 'personality')
+and then by extendi... |
lygaret-attic/nerd-router | 5ef96b476fe1a83ac39bb69380a2743027846359 | revving the version to 0.1 | diff --git a/package.json b/package.json
index eb8c6ec..d2d5b58 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,22 @@
{
"name": "nerdrouter",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "Super-nerdy HTTP routing, for node.js",
"author": "Jon Raphaelson (lygaret)",
"directories": { "li... |
lygaret-attic/nerd-router | 23211efc396b25b3b8be2e5d217a996a2665f485 | cleaned up examples | diff --git a/README.md b/README.md
index 05ab126..bc868a4 100644
--- a/README.md
+++ b/README.md
@@ -1,95 +1,103 @@
Nerd Router
===========
_Super-nerdy HTTP routing for node.js_
-----------
Basically, javascript has this great ability to specify freeform strings as
attribute names in json objects, and I have s... |
lygaret-attic/nerd-router | 24ef9635cb53dadda9d342b63fc7d651d339f3fa | fixed a bug in picking indexes for parameters | diff --git a/example.js b/example.js
index a6c691a..15af6ea 100644
--- a/example.js
+++ b/example.js
@@ -1,63 +1,116 @@
var http = require('http'),
url = require('url'),
nerdrouter = require('nerdrouter'),
logger = require('nerdrouter/logger');
var router = nerdrouter.route({
... |
lygaret-attic/nerd-router | 290f4d7751664932e9fa1fb264361594ccab2a87 | everything i'm testing for is working | diff --git a/example.js b/example.js
index db143c8..a6c691a 100644
--- a/example.js
+++ b/example.js
@@ -1,48 +1,63 @@
var http = require('http'),
- url = require('url'),
- nerdrouter = require('nerdrouter'),
- logger = require('nerdrouter/logger');
+ url = require('url'),
+ nerdrout... |
lygaret-attic/nerd-router | e8c9c77e45cdd401269296743543b9af8253b50a | moved to single word nerdrouter | diff --git a/example.js b/example.js
index f18b728..db143c8 100644
--- a/example.js
+++ b/example.js
@@ -1,43 +1,48 @@
var http = require('http'),
url = require('url'),
- nerdrouter = require('nerd-router'),
- logger = require('nerd-router/logger');
+ nerdrouter = require('nerdrouter'),
+ logge... |
lygaret-attic/nerd-router | 5c1c98f7c9158fd0ff0b123132404e66a581c4d0 | it's working, sort of, yay | diff --git a/example.js b/example.js
new file mode 100644
index 0000000..f18b728
--- /dev/null
+++ b/example.js
@@ -0,0 +1,43 @@
+var http = require('http'),
+ url = require('url'),
+ nerdrouter = require('nerd-router'),
+ logger = require('nerd-router/logger');
+
+var router = nerdrouter.route({
+... |
lygaret-attic/nerd-router | 4ddab22c4930ed49d5f7f1678dbba7eaca00a3cf | forgot to add the logger file | diff --git a/lib/logger.js b/lib/logger.js
new file mode 100644
index 0000000..bb0cc82
--- /dev/null
+++ b/lib/logger.js
@@ -0,0 +1,22 @@
+var eyes = require('eyes').inspector({ stream: null });
+var sys = require('sys');
+
+exports.inspect = function inspect(val) {
+ return '\033[1m' + eyes(val) + '\033[22m';
+};
+
+... |
lygaret-attic/nerd-router | 2bf803156a12b1acb088de728e287411afdc0960 | parameter parsing is working pretty well | diff --git a/lib/parser.js b/lib/parser.js
index d5c9f01..d053afb 100644
--- a/lib/parser.js
+++ b/lib/parser.js
@@ -1,47 +1,94 @@
var sys = require('sys');
+var log = require('nerd-router/logger');
-var methods = /(any|options|get|head|post|put|delete|trace)/i;
+// matchers
+var methods_re = /(any|options|get|head... |
lygaret-attic/nerd-router | f7f093ab8ff460dd6536fff9e193492a15bd8b11 | basic path parsing with wildcarding, no variables yet. | diff --git a/lib/parser.js b/lib/parser.js
index a6ce60d..d5c9f01 100644
--- a/lib/parser.js
+++ b/lib/parser.js
@@ -1,16 +1,47 @@
-var methods = /(any|options|get|head|post|put|delete|trace|head)/i;
+var sys = require('sys');
+
+var methods = /(any|options|get|head|post|put|delete|trace)/i;
exports.parse_config = f... |
lygaret-attic/nerd-router | 0374931e8465b38657b7818a547f334abbf27b82 | fixing tabs/spaces | diff --git a/spec/parser.spec.js b/spec/parser.spec.js
index aa6a704..aa300d8 100644
--- a/spec/parser.spec.js
+++ b/spec/parser.spec.js
@@ -1,48 +1,48 @@
var vows = require('vows'),
- assert = require('assert'),
- helpers = require('./helpers'),
- parser = require('nerd-router/parser');
+ assert = require('a... |
gonzojive/jsdoc-toolkit | d30fdf3a042398e5e1351832686b044bc8ad18c9 | Pretty much finished with adding categories to jsdoc-toolkit | diff --git a/app/frame/Link.js b/app/frame/Link.js
index 6133abd..34d48cd 100644
--- a/app/frame/Link.js
+++ b/app/frame/Link.js
@@ -1,171 +1,171 @@
/** Handle the creation of HTML links to documented symbols.
@constructor
*/
function Link() {
this.alias = "";
this.src = "";
this.file = "";
this.text = "";... |
gonzojive/jsdoc-toolkit | 8179ee1bb0a118156a8771947c8cdb2427eb5b7d | working on adding "Category" feature for organizing documentation | diff --git a/.gitignore b/.gitignore
index da4e509..298d9cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*~
\#*
+.\#*
\ No newline at end of file
diff --git a/app/lib/JSDOC/SymbolSet.js b/app/lib/JSDOC/SymbolSet.js
index 8e3a2eb..f222732 100644
--- a/app/lib/JSDOC/SymbolSet.js
+++ b/app/lib/JSDOC/SymbolSe... |
gonzojive/jsdoc-toolkit | 692cea7013e7978a95639c811ef6aeb0006525c1 | jsrun.sh works from outside the directory without any extra treatment | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..da4e509
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*~
+\#*
diff --git a/jsrun.sh b/jsrun.sh
index 74ca79c..51211eb 100644
--- a/jsrun.sh
+++ b/jsrun.sh
@@ -1,52 +1,53 @@
#!/bin/ksh
# launcher script for jsdoc
# Author: Avi Deitcher
#
#... |
gonzojive/jsdoc-toolkit | 2c82fb3f1a3a7d0186130b2db420776601d6e1c8 | Added patch by brownsea42 to support quoted user variables on the command line. (issue #281 ) | diff --git a/app/lib/JSDOC/JsDoc.js b/app/lib/JSDOC/JsDoc.js
index a1ef83c..f972fb1 100644
--- a/app/lib/JSDOC/JsDoc.js
+++ b/app/lib/JSDOC/JsDoc.js
@@ -1,126 +1,140 @@
/**
@constructor
@param [opt] Used to override the commandline options. Useful for testing.
@version $Id$
*/
JSDOC.JsDoc = function(/**object*... |
gonzojive/jsdoc-toolkit | 89e4541f1e53ace548f753af3f4076f85e26d183 | Fixed bug that added mutiple symbols with the same name to docs. Added support for the -m option to suppress warnings for multiple docs. | diff --git a/app/lib/JSDOC.js b/app/lib/JSDOC.js
index 8430d18..1ad5820 100644
--- a/app/lib/JSDOC.js
+++ b/app/lib/JSDOC.js
@@ -1,104 +1,106 @@
/**
@overview
@date $Date$
@version $Revision$
@location $HeadURL$
@name JSDOC.js
*/
/**
This is the main container for the JSDOC application.
@namespace
... |
gonzojive/jsdoc-toolkit | 5f16cc3dea803282562f72c44204dc5232218bf7 | git-svn-id: http://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit@828 c4b26cf2-672e-0410-81b6-737671b986b9 | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index b313fc0..6ecaea8 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,505 +1,507 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
gonzojive/jsdoc-toolkit | 75f7a513b8c43ef212348fc4230bb3b34342336b | Added experimental support for @constructs to have an argument, the class name, when applied to a function assignment. | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index 0525496..b313fc0 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,497 +1,505 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
gonzojive/jsdoc-toolkit | cb6f89b1a4d94fdfd11e0ef7f09be39b5fd67f9f | Undo "onConstructorDefined", add check to prevent adding parameters more than once. ( issue #237 ) | diff --git a/app/lib/JSDOC/Symbol.js b/app/lib/JSDOC/Symbol.js
index 720b4a0..1aa44da 100644
--- a/app/lib/JSDOC/Symbol.js
+++ b/app/lib/JSDOC/Symbol.js
@@ -1,643 +1,644 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new Symbol.
@class Represents a symbol in the source code.
*/
JSDOC.Symbol = f... |
gonzojive/jsdoc-toolkit | fc6a129ec6bcdf6ff4e3500c0840f774a614c2ce | Added new plugin hook named "onConstructorDefined" for functions in object literals named "constructor". | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index 0525496..549b356 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,497 +1,499 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
gonzojive/jsdoc-toolkit | a72784e5958e84a418cec4f65f445eb0e9707ae8 | Applied patch from kunhualqk, fix for bug where @link to borrowed member did not resolve to parent class. ( issue #218 ) | diff --git a/app/frame/Link.js b/app/frame/Link.js
index ef5dc0a..6133abd 100644
--- a/app/frame/Link.js
+++ b/app/frame/Link.js
@@ -1,153 +1,171 @@
/** Handle the creation of HTML links to documented symbols.
@constructor
*/
function Link() {
this.alias = "";
this.src = "";
this.file = "";
this.text = "";... |
gonzojive/jsdoc-toolkit | 6e56bef8036d7de10fdb2a84979745d0f9129a60 | Fix to make secure modules modes parse test file correctly. | diff --git a/app/lib/JSDOC/Parser.js b/app/lib/JSDOC/Parser.js
index f407dd1..b8e05ef 100644
--- a/app/lib/JSDOC/Parser.js
+++ b/app/lib/JSDOC/Parser.js
@@ -1,145 +1,144 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
@namespace
@requires JSDOC.Walker
@requires JSDOC.Symbol
@requires JSDOC.DocComment
*... |
gonzojive/jsdoc-toolkit | 375469fdf567b09a4030fc618a5b31b672e895ef | Fix for @memberOf when applied to symbols documented with @name. ( issue #260 ) | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index 0d97fc4..22344ba 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,490 +1,496 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
gonzojive/jsdoc-toolkit | d330faa8b19e6750c97bb16f4aaf09e6c2e494ab | Fix for @memberOf when applied to inner members. ( issue #264 ) | diff --git a/app/lib/JSDOC/DocComment.js b/app/lib/JSDOC/DocComment.js
index c6c8d7d..4b21cd7 100644
--- a/app/lib/JSDOC/DocComment.js
+++ b/app/lib/JSDOC/DocComment.js
@@ -1,200 +1,204 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new DocComment. This takes a raw documentation comment,
and wraps... |
gonzojive/jsdoc-toolkit | 9733798cbb2b537c9c0dd43040a84c8f3032f91b | Minor fix to better handle trailing slash on path to template (from jwmetrocat). | diff --git a/app/lib/JSDOC/Symbol.js b/app/lib/JSDOC/Symbol.js
index 720b4a0..0f1e065 100644
--- a/app/lib/JSDOC/Symbol.js
+++ b/app/lib/JSDOC/Symbol.js
@@ -1,643 +1,644 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new Symbol.
@class Represents a symbol in the source code.
*/
JSDOC.Symbol = f... |
gonzojive/jsdoc-toolkit | c42bb6df87752c696a73113e5adacdbc061946ff | Fixed bug that made all fields declared with the @property tag static. ( issue #262 ) | diff --git a/app/lib/JSDOC.js b/app/lib/JSDOC.js
index 5bf1b25..8430d18 100644
--- a/app/lib/JSDOC.js
+++ b/app/lib/JSDOC.js
@@ -1,104 +1,104 @@
/**
@overview
@date $Date$
@version $Revision$
@location $HeadURL$
@name JSDOC.js
*/
/**
This is the main container for the JSDOC application.
@namespace
... |
gonzojive/jsdoc-toolkit | 05b6c19d04cf4fbf553c9e36c7058f27e3b8f297 | Minor update to the usage notes and corrected the version number displayed in the output. | diff --git a/README.txt b/README.txt
index 44575d3..3782da8 100644
--- a/README.txt
+++ b/README.txt
@@ -1,186 +1,183 @@
======================================================================
DESCRIPTION:
This is the source code for JsDoc Toolkit, an automatic documentation
generation tool for JavaScript. It is... |
gonzojive/jsdoc-toolkit | b8581b03b40dadd78a6522e68080a445418dc089 | Fixed bug that caused template to error when backtick characters appeared around class names. | diff --git a/app/lib/JSDOC/JsPlate.js b/app/lib/JSDOC/JsPlate.js
index 79ac61f..bcaebc9 100644
--- a/app/lib/JSDOC/JsPlate.js
+++ b/app/lib/JSDOC/JsPlate.js
@@ -1,109 +1,109 @@
/**
@constructor
*/
JSDOC.JsPlate = function(templateFile) {
if (templateFile) this.template = IO.readFile(templateFile);
this.temp... |
gonzojive/jsdoc-toolkit | 9aa16a778da872976a9f7a19306616353f13c4ab | Modified template to better support multiple methods with the same name. | diff --git a/templates/jsdoc/class.tmpl b/templates/jsdoc/class.tmpl
index 7beea37..181ed11 100644
--- a/templates/jsdoc/class.tmpl
+++ b/templates/jsdoc/class.tmpl
@@ -1,649 +1,649 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<h... |
gonzojive/jsdoc-toolkit | 1191af51c1434f5415355bfbd451f28ed3a71268 | Modified template to display version information for classes. | diff --git a/templates/jsdoc/class.tmpl b/templates/jsdoc/class.tmpl
index e51f1d3..7beea37 100644
--- a/templates/jsdoc/class.tmpl
+++ b/templates/jsdoc/class.tmpl
@@ -1,564 +1,567 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<h... |
gonzojive/jsdoc-toolkit | f08fbea6b8b0fb0b29ac441f459eddc6a8cc0f52 | Fixed HTML typo in allfiles template. (issue #228) | diff --git a/changes.txt b/changes.txt
index 35ee299..4cb5668 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,96 +1,100 @@
+== 2.3.1 ==
+
+ * Fixed HTML typo in allfiles template. (issue #228)
+
== 2.3.0 ==
* Added option -u, --unique to avoid bug that causes multiple symbols with names that differ only by case ... |
gonzojive/jsdoc-toolkit | fad6e1219ac3aef1245f8c42de0ea56dafc986e1 | Fixed bug that prevented full description from appearing in file overview. ( issue #224 ) | diff --git a/changes.txt b/changes.txt
index 7fddcb7..35ee299 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,95 +1,96 @@
== 2.3.0 ==
* Added option -u, --unique to avoid bug that causes multiple symbols with names that differ only by case to overwrite each others output on case-insensitive filesystems. ( issue ... |
gonzojive/jsdoc-toolkit | 8a3f49779ca07cc884e0a9da807802bd90ce0e7e | Added unit tests for the module pattern. | diff --git a/app/test.js b/app/test.js
index 50e0800..787d84f 100644
--- a/app/test.js
+++ b/app/test.js
@@ -1,318 +1,325 @@
load("app/frame/Dumper.js");
function symbolize(opt) {
symbols = null;
JSDOC.JsDoc(opt);
symbols = JSDOC.JsDoc.symbolSet;
}
var testCases = [
function() {
symbolize({a:true, p:tr... |
gonzojive/jsdoc-toolkit | 5854f846b42e15799a8a3108b87e9305edbf0553 | Added option -u, --unique to avoid bug that causes multiple symbols with names that differ only by case to overwrite each others output on case-insensitive filesystems. ( issue #162 ) | diff --git a/app/frame/Link.js b/app/frame/Link.js
index 0178bbf..ef5dc0a 100644
--- a/app/frame/Link.js
+++ b/app/frame/Link.js
@@ -1,148 +1,153 @@
/** Handle the creation of HTML links to documented symbols.
@constructor
*/
function Link() {
this.alias = "";
this.src = "";
this.file = "";
this.text = "";... |
gonzojive/jsdoc-toolkit | e2ae2bfc969ba02eb211523f0168d5774883ab0d | Fixed bug prevented explicit links to named anchors from working (thanks katgao.pku). ( issue #215 ) | diff --git a/app/frame/Link.js b/app/frame/Link.js
index 5e6295e..0178bbf 100644
--- a/app/frame/Link.js
+++ b/app/frame/Link.js
@@ -1,148 +1,148 @@
/** Handle the creation of HTML links to documented symbols.
@constructor
*/
function Link() {
this.alias = "";
this.src = "";
this.file = "";
this.text = "";... |
gonzojive/jsdoc-toolkit | 3181eba5945a33c5e2e979ab55f80c3622236d0e | Fixed bug that caused parens around a function to make it to be unrecognized. ( issue #213 ) | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index 6551702..befec4d 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,473 +1,474 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
gonzojive/jsdoc-toolkit | 5473e7f1e2d3fe4031698f831cb096cc37b3e44d | Fixed bug where {@links} in @deprecated tags did not resolve. ( issue #220 ) | diff --git a/app/test/jsdoc_test.js b/app/test/jsdoc_test.js
index ee969e0..0817712 100644
--- a/app/test/jsdoc_test.js
+++ b/app/test/jsdoc_test.js
@@ -1,477 +1,477 @@
/**
* @fileoverview This file is to be used for testing the JSDoc parser
* It is not intended to be an example of good JavaScript OO-programming,... |
gonzojive/jsdoc-toolkit | fd1261a57a45c620d254cabe487a65702b82e4b9 | Fixed bug with class template, where sorting of methods was accidentally removed. Added missing test files for the @exports unit tests (thanks dezfowler). | diff --git a/app/main.js b/app/main.js
index dcabb85..696e343 100644
--- a/app/main.js
+++ b/app/main.js
@@ -1,111 +1,111 @@
/**
* @version $Id$
*/
function main() {
IO.include("lib/JSDOC.js");
IO.includeDir("plugins/");
// process the options
// the -c option: options are defined in a configurati... |
gonzojive/jsdoc-toolkit | 4a221817c8e78b6d24266ad0d453d5e494561bf6 | Added support for @exports. | diff --git a/app/lib/JSDOC/Parser.js b/app/lib/JSDOC/Parser.js
index 5600203..f407dd1 100644
--- a/app/lib/JSDOC/Parser.js
+++ b/app/lib/JSDOC/Parser.js
@@ -1,134 +1,145 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
@namespace
@requires JSDOC.Walker
@requires JSDOC.Symbol
@requires JSDOC.DocComment
*... |
gonzojive/jsdoc-toolkit | 5cc9f6a20589d0c2fde816b8dc0db4ebf11c30cc | Added support for the -S option to document code following the Secure Modules pattern. | diff --git a/app/lib/JSDOC.js b/app/lib/JSDOC.js
index 487c30d..41dadad 100644
--- a/app/lib/JSDOC.js
+++ b/app/lib/JSDOC.js
@@ -1,101 +1,103 @@
/**
@overview
@date $Date$
@version $Revision$
@location $HeadURL$
@name JSDOC.js
*/
/**
This is the main container for the JSDOC application.
@namespace
... |
gonzojive/jsdoc-toolkit | 557b71e74b887b1b505e610842fce16696451ecb | Modified @borrows tag experimentally to allow for missing "as ..." clause. | diff --git a/app/lib/JSDOC/SymbolSet.js b/app/lib/JSDOC/SymbolSet.js
index 1ea23e2..82657e4 100644
--- a/app/lib/JSDOC/SymbolSet.js
+++ b/app/lib/JSDOC/SymbolSet.js
@@ -1,229 +1,241 @@
/** @constructor */
JSDOC.SymbolSet = function() {
this.init();
}
JSDOC.SymbolSet.prototype.init = function() {
this._index =... |
gonzojive/jsdoc-toolkit | 3e22c14faf8d9be81a3b484ed3c8eb0c9afee15d | Added usage notes for jsrun.sh | diff --git a/README.txt b/README.txt
index 76eba4f..44575d3 100644
--- a/README.txt
+++ b/README.txt
@@ -1,146 +1,186 @@
======================================================================
DESCRIPTION:
This is the source code for JsDoc Toolkit, an automatic documentation
generation tool for JavaScript. It is... |
gonzojive/jsdoc-toolkit | b2493f03e4dd8029e4e6c4600ac24cb1f7229174 | Added Avi Deitcher's shell script for running JsDoc Toolkit. | diff --git a/jsrun.sh b/jsrun.sh
new file mode 100644
index 0000000..74ca79c
--- /dev/null
+++ b/jsrun.sh
@@ -0,0 +1,52 @@
+#!/bin/ksh
+
+# launcher script for jsdoc
+# Author: Avi Deitcher
+#
+# This program is released under the MIT License as follows:
+
+# Copyright (c) 2008-2009 Atomic Inc <avi@jsorm.com>
+#
+#Perm... |
gonzojive/jsdoc-toolkit | cf05b8f5f96f5817a21afc9ba86e3d0771122a3e | Fixed typo in index template [patch submitted by olle]. ( issue #198 ) | diff --git a/changes.txt b/changes.txt
index 6795e24..441e8b1 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,78 +1,79 @@
== 2.1.1 ==
* Fixed bug that caused exception when given a folder containing non-js files, even with the x commandline option set to "js". ( issue #193 )
-
+ * Fixed typo in index template [pa... |
gonzojive/jsdoc-toolkit | a5df848ccb080a90e5610756a63d7400d1a88c3d | Changed credit link on template to google code, not promoting jsdoctoolkit.org anymore. | diff --git a/templates/jsdoc/class.tmpl b/templates/jsdoc/class.tmpl
index f8debae..2c9f209 100644
--- a/templates/jsdoc/class.tmpl
+++ b/templates/jsdoc/class.tmpl
@@ -131,516 +131,516 @@
<if test="data.inheritsFrom.length">
<dl class="inheritsList">
{!
var borrowedMembers = data.properties.filter... |
gonzojive/jsdoc-toolkit | 49a23a1b4e0292cb88d9823f7d59f647d00da10a | Fixed bug that caused exception when given a folder containing non-js files, even with the x commandline option set to "js". | diff --git a/app/lib/JSDOC.js b/app/lib/JSDOC.js
index 682c0a9..487c30d 100644
--- a/app/lib/JSDOC.js
+++ b/app/lib/JSDOC.js
@@ -1,101 +1,101 @@
/**
@overview
@date $Date$
@version $Revision$
@location $HeadURL$
- @name whateverFilename.js
+ @name JSDOC.js
*/
/**
This is the main container for the JSDO... |
gonzojive/jsdoc-toolkit | a81f4adb8419a9c6b8dd6b1fab36ff9764b64c1e | Fixed version number. | diff --git a/app/lib/JSDOC.js b/app/lib/JSDOC.js
index 67cbe64..682c0a9 100644
--- a/app/lib/JSDOC.js
+++ b/app/lib/JSDOC.js
@@ -1,102 +1,101 @@
/**
@overview
@date $Date$
@version $Revision$
@location $HeadURL$
@name whateverFilename.js
*/
/**
This is the main container for the JSDOC application.
... |
gonzojive/jsdoc-toolkit | cbeee23314d9ee649eacd680e3cd61ab8a0c016d | Modified call to onFunctionCall plugin to include additional arguments. ( issue #167 ) | diff --git a/README.txt b/README.txt
index a700260..76eba4f 100644
--- a/README.txt
+++ b/README.txt
@@ -1,151 +1,146 @@
======================================================================
DESCRIPTION:
-** NOTICE ** THIS VERSION OF THE SOFTWARE IS "BETA," MEANING IT IS IS
-NOT YET READY FOR USE IN A PRODUCTION... |
gonzojive/jsdoc-toolkit | a2af60d52d9433de797e1d8112ccd25fac51b995 | Fixed bug affecting template paths loaded via a configuration file when the trailing slash is missing. ( issue #191 ) | diff --git a/app/lib/JSDOC/JsDoc.js b/app/lib/JSDOC/JsDoc.js
index ab6cc9c..6d80510 100644
--- a/app/lib/JSDOC/JsDoc.js
+++ b/app/lib/JSDOC/JsDoc.js
@@ -1,148 +1,126 @@
/**
@constructor
@param [opt] Used to override the commandline options. Useful for testing.
@version $Id$
*/
JSDOC.JsDoc = function(/**object*... |
gonzojive/jsdoc-toolkit | 61ee61a7fab35c766e8ef0fc8cb2df253ced148b | Warnings of mismatched curly brace now include filename. ( issue #166 ) | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index 344cda3..cd097ad 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,457 +1,457 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
gonzojive/jsdoc-toolkit | 00b6729c252b401581c764c6d12c342f20ce83c3 | @link to a class now goes to the page for that class, not the constructor. ( issue #178 ) | diff --git a/app/frame/Link.js b/app/frame/Link.js
index f2678c0..5e6295e 100644
--- a/app/frame/Link.js
+++ b/app/frame/Link.js
@@ -1,148 +1,148 @@
/** Handle the creation of HTML links to documented symbols.
@constructor
*/
function Link() {
this.alias = "";
this.src = "";
this.file = "";
this.text = "";... |
gonzojive/jsdoc-toolkit | 6841d34431814a9604e62bc5f916518170b0aa5d | @augments no longer documents static members as inherited ( issue #138 ) | diff --git a/app/lib/JSDOC/SymbolSet.js b/app/lib/JSDOC/SymbolSet.js
index 9419916..1ea23e2 100644
--- a/app/lib/JSDOC/SymbolSet.js
+++ b/app/lib/JSDOC/SymbolSet.js
@@ -1,227 +1,229 @@
/** @constructor */
JSDOC.SymbolSet = function() {
this.init();
}
JSDOC.SymbolSet.prototype.init = function() {
this._index =... |
gonzojive/jsdoc-toolkit | b09fb4bd33ba7c07740c282ffcb1a560882559a7 | Added support for extending built-ins ( issue #160 ) Added "compact" option to JSDOC.JsPlate.prototype.process ( issue #159 ) | diff --git a/app/lib/JSDOC/JsPlate.js b/app/lib/JSDOC/JsPlate.js
index eb58021..79ac61f 100644
--- a/app/lib/JSDOC/JsPlate.js
+++ b/app/lib/JSDOC/JsPlate.js
@@ -1,100 +1,109 @@
/**
@constructor
*/
JSDOC.JsPlate = function(templateFile) {
if (templateFile) this.template = IO.readFile(templateFile);
this.temp... |
gonzojive/jsdoc-toolkit | cb234d4e8f1523cd927d4bdaa059e0d47ebbaacf | Added 2 more hooks for plugins. ( issue #163 ) | diff --git a/app/lib/JSDOC/JsDoc.js b/app/lib/JSDOC/JsDoc.js
index 9208034..ab6cc9c 100644
--- a/app/lib/JSDOC/JsDoc.js
+++ b/app/lib/JSDOC/JsDoc.js
@@ -1,144 +1,148 @@
/**
@constructor
@param [opt] Used to override the commandline options. Useful for testing.
@version $Id$
*/
JSDOC.JsDoc = function(/**object*... |
gonzojive/jsdoc-toolkit | 2d79107e62dd133133e35a908a6d321ff8fde17a | Added support for -E, -q, small improvements to log messages. | diff --git a/app/lib/JSDOC.js b/app/lib/JSDOC.js
index 39264c5..67cbe64 100644
--- a/app/lib/JSDOC.js
+++ b/app/lib/JSDOC.js
@@ -1,98 +1,102 @@
/**
@overview
@date $Date$
@version $Revision$
@location $HeadURL$
@name whateverFilename.js
*/
/**
This is the main container for the JSDOC application.
@... |
gonzojive/jsdoc-toolkit | e9e71cee436e5cc87e3b3425f944fc8f1455197b | Fixed bug where temporary editor files were being loaded in the lib directory. | diff --git a/app/run.js b/app/run.js
index 4e544f6..de6a1f1 100644
--- a/app/run.js
+++ b/app/run.js
@@ -1,346 +1,346 @@
/**
* @fileOverview
* A bootstrap script that creates some basic required objects
* for loading other scripts.
* @author Michael Mathews, micmath@gmail.com
* @version $Id$
*/
/**
* ... |
gonzojive/jsdoc-toolkit | 607333a3c807334be48e3cd7cee8d25651d390ee | Added missing support for inline doc comments for function return types. ( issue #189 ) | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index b13f806..f9086ba 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,436 +1,457 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
gonzojive/jsdoc-toolkit | efd4e86ead025a3d3112378b45e0150cf1ef7910 | git-svn-id: http://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit@751 c4b26cf2-672e-0410-81b6-737671b986b9 | diff --git a/app/lib/JSDOC.js b/app/lib/JSDOC.js
index 57b5415..39264c5 100644
--- a/app/lib/JSDOC.js
+++ b/app/lib/JSDOC.js
@@ -1,98 +1,98 @@
/**
@overview
@date $Date$
@version $Revision$
@location $HeadURL$
@name whateverFilename.js
*/
/**
This is the main container for the JSDOC application.
@n... |
gonzojive/jsdoc-toolkit | 73a047d3192f7da906499922ae6568be9a397a27 | Added tests for events. | diff --git a/app/lib/JSDOC/Symbol.js b/app/lib/JSDOC/Symbol.js
index a51b4f0..19ca28d 100644
--- a/app/lib/JSDOC/Symbol.js
+++ b/app/lib/JSDOC/Symbol.js
@@ -1,626 +1,639 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new Symbol.
@class Represents a symbol in the source code.
*/
JSDOC.Symbol = f... |
gonzojive/jsdoc-toolkit | babaffde34caf4ee2007921005cef592ab2bb9ab | git-svn-id: http://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit@743 c4b26cf2-672e-0410-81b6-737671b986b9 | diff --git a/changes.txt b/changes.txt
index eb7f675..60ac81b 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,64 +1,65 @@
== 2.1.0 ==
+ * Added support for the @event tag.
* Fixed bug that prevented the : character from appearing in symbol names.
* Fixed bug that prevented underscored symbols marked with @pu... |
gonzojive/jsdoc-toolkit | dc750bbd0208a79a44f570f9b4246cf2a7bde9ea | Fixed bug that prevented the : character from appearing in symbol names. | diff --git a/app/lib/JSDOC/Symbol.js b/app/lib/JSDOC/Symbol.js
index 974344d..a51b4f0 100644
--- a/app/lib/JSDOC/Symbol.js
+++ b/app/lib/JSDOC/Symbol.js
@@ -1,626 +1,626 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new Symbol.
@class Represents a symbol in the source code.
*/
JSDOC.Symbol = f... |
gonzojive/jsdoc-toolkit | ccb2514ac1b214dc911b1ab25034e166420bd3ef | Added suuport for methods and events having the same name. | diff --git a/app/frame/Link.js b/app/frame/Link.js
index 180e152..f2678c0 100644
--- a/app/frame/Link.js
+++ b/app/frame/Link.js
@@ -1,142 +1,148 @@
/** Handle the creation of HTML links to documented symbols.
@constructor
*/
function Link() {
this.alias = "";
this.src = "";
this.file = "";
this.text = "";... |
gonzojive/jsdoc-toolkit | ad4e28e34e91c8221b04312108fcbf124a95cd6c | Fixed bug that prevented underscored symbols marked with @public being tagged as private. (issue #184 ) | diff --git a/app/lib/JSDOC/Parser.js b/app/lib/JSDOC/Parser.js
index 8afa044..3fdbd1c 100644
--- a/app/lib/JSDOC/Parser.js
+++ b/app/lib/JSDOC/Parser.js
@@ -1,107 +1,107 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
@namespace
@requires JSDOC.Walker
@requires JSDOC.Symbol
@requires JSDOC.DocComment
*... |
gonzojive/jsdoc-toolkit | 72276839b407656e0135482781b060c1cc644a49 | Added support for the @event tag. | diff --git a/app/lib/JSDOC/Symbol.js b/app/lib/JSDOC/Symbol.js
index 5a576c6..91b3e84 100644
--- a/app/lib/JSDOC/Symbol.js
+++ b/app/lib/JSDOC/Symbol.js
@@ -1,601 +1,629 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new Symbol.
@class Represents a symbol in the source code.
*/
JSDOC.Symbol = f... |
gonzojive/jsdoc-toolkit | 1dee8658ef6d84f0db21156bbca4c8aed1c0b467 | git-svn-id: http://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit@736 c4b26cf2-672e-0410-81b6-737671b986b9 | diff --git a/app/lib/JSDOC/Parser.js b/app/lib/JSDOC/Parser.js
index 2ac1f0a..8afa044 100644
--- a/app/lib/JSDOC/Parser.js
+++ b/app/lib/JSDOC/Parser.js
@@ -1,107 +1,107 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
@namespace
@requires JSDOC.Walker
@requires JSDOC.Symbol
@requires JSDOC.DocComment
*... |
gonzojive/jsdoc-toolkit | dbdbb1ee2bdfbc923e85cab24bea7ae8eb6f36fd | Fixed bug that randomly affected the @memberOf tag when the name of the symbol did not include the parent name. | diff --git a/app/frame.js b/app/frame.js
index 4c820ce..1beb405 100644
--- a/app/frame.js
+++ b/app/frame.js
@@ -1,33 +1,33 @@
IO.include("frame/Opt.js");
IO.include("frame/Chain.js");
IO.include("frame/Link.js");
IO.include("frame/String.js");
IO.include("frame/Hash.js");
IO.include("frame/Namespace.js");
-IO.in... |
gonzojive/jsdoc-toolkit | 091b1fbb9780419a3c5fb1475b407312d67d3988 | git-svn-id: http://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit@689 c4b26cf2-672e-0410-81b6-737671b986b9 | diff --git a/changes.txt b/changes.txt
index e544d97..129860a 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,61 +1,61 @@
== 2.0.3 ==
* Fixed bug that prevented templates that were not in the jsdoc-toolkit folder from being found. ( issue #176 )
- * Added ability to check for trailing slash on template path. ( ... |
gonzojive/jsdoc-toolkit | 6e4d4da13e4c877c8f13455f13057ca3c6665b19 | git-svn-id: http://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit@688 c4b26cf2-672e-0410-81b6-737671b986b9 | diff --git a/changes.txt b/changes.txt
index 5e59135..e544d97 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,57 +1,61 @@
== 2.0.3 ==
* Fixed bug that prevented templates that were not in the jsdoc-toolkit folder from being found. ( issue #176 )
+ * Added ability to check for trailing slash on template path. ( ... |
gonzojive/jsdoc-toolkit | bcc9854112f02dfd390ec855d0d70992d0fd9307 | Minor optimization. | diff --git a/app/lib/JSDOC/JsDoc.js b/app/lib/JSDOC/JsDoc.js
index f907e25..e767b92 100644
--- a/app/lib/JSDOC/JsDoc.js
+++ b/app/lib/JSDOC/JsDoc.js
@@ -1,162 +1,162 @@
/**
@constructor
@param [opt] Used to override the commandline options. Useful for testing.
@version $Id$
*/
JSDOC.JsDoc = function(/**object*... |
gonzojive/jsdoc-toolkit | 89e6ab35dd0c160f16df4fd466e465c2c4062de2 | Modified classDesc so that it no longer is appended with the constructor desc. | diff --git a/app/lib/JSDOC/Symbol.js b/app/lib/JSDOC/Symbol.js
index d201ac4..f5cd851 100644
--- a/app/lib/JSDOC/Symbol.js
+++ b/app/lib/JSDOC/Symbol.js
@@ -1,600 +1,600 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new Symbol.
@class Represents a symbol in the source code.
*/
JSDOC.Symbol = f... |
gonzojive/jsdoc-toolkit | 392dd53800c80e5e7e2107a839cd7bfc5091fa11 | Added better comments. Added check to see if templates path ends in a slash. (issue #177) | diff --git a/app/main.js b/app/main.js
index 2bc24ab..2d8c30f 100644
--- a/app/main.js
+++ b/app/main.js
@@ -1,74 +1,87 @@
/**
* @version $Id$
*/
function main() {
IO.include("lib/JSDOC.js");
IO.includeDir("plugins/");
+ // be verbose
if (JSDOC.opt.v) LOG.verbose = true;
+
+ // send log messages to a ... |
gonzojive/jsdoc-toolkit | 92b28b8c150cff4a95215c13af3c524d2a7b23b4 | Fixed call to commentSrc plugin. | diff --git a/app/plugins/commentSrcJson.js b/app/plugins/commentSrcJson.js
index fb02048..e826b57 100644
--- a/app/plugins/commentSrcJson.js
+++ b/app/plugins/commentSrcJson.js
@@ -1,19 +1,20 @@
JSDOC.PluginManager.registerPlugin(
"JSDOC.commentSrcJson",
{
- onDocCommentSrc: function(commentSrc) {
+ onDocComment... |
gonzojive/jsdoc-toolkit | 16e944290d8c6fe9f00c1951a3094e91b3ea1aa8 | Fixed call to commentSrc plugin. | diff --git a/app/lib/JSDOC/DocComment.js b/app/lib/JSDOC/DocComment.js
index d93ad4a..c6c8d7d 100644
--- a/app/lib/JSDOC/DocComment.js
+++ b/app/lib/JSDOC/DocComment.js
@@ -1,200 +1,200 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/**
Create a new DocComment. This takes a raw documentation comment,
and wraps... |
gonzojive/jsdoc-toolkit | 731c7e0795b0f36c2e3bde095d8ca4fbb728ebcf | Added support for /** Description for some field. */ var someField; | diff --git a/app/lib/JSDOC/Walker.js b/app/lib/JSDOC/Walker.js
index cb63987..a67bc5a 100644
--- a/app/lib/JSDOC/Walker.js
+++ b/app/lib/JSDOC/Walker.js
@@ -1,416 +1,436 @@
if (typeof JSDOC == "undefined") JSDOC = {};
/** @constructor */
JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) {
this.init();
if (type... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.