From 102e18a9e1ab8ff3b45e32663ee139cca2a2c6e0 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Tue, 30 Nov 2010 10:17:54 -0800 Subject: Autodoc commit for 1.2.x/e4ea06c9, master/82c7d49a, 1.1.x/d132c5f1 --- branch-master/api-index.html | 3 --- branch-master/api-index.json | 44 +------------------------------------------- branch-master/index.html | 2 +- branch-master/json-api.html | 41 +---------------------------------------- index-v1.3.clj | 44 +------------------------------------------- 5 files changed, 4 insertions(+), 130 deletions(-) diff --git a/branch-master/api-index.html b/branch-master/api-index.html index fb7bc2ff..6d36f285 100644 --- a/branch-master/api-index.html +++ b/branch-master/api-index.html @@ -323,7 +323,6 @@ Shortcuts:
javadoc function repl-utils Opens a browser window displaying the javadoc for ... jmx-url function jmx Build a JMX URL from options.. join-with function probabilities.finite-distributions Returns the distribution of (f x y... - json-str function json Converts x to a JSON-formatted string..

K

@@ -429,13 +428,11 @@ Shortcuts:
positions function seq Returns a lazy sequence containing the positions a... post-ordered-nodes function graph Return a sequence of indexes of a post-ordered wal... powers-of-2 function lazy-seqs Returns a lazy sequence of all the powers of 2. - pprint-json function json Pretty-prints JSON representation of x to *out*. primes var lazy-seqs Lazy sequence of all the prime numbers.. print function monadic-io-streams Print obj. print-dataflow function dataflow Prints a dataflow, one cell per line. print-dir function ns-utils Prints a sorted directory of public vars in a name... print-docs function ns-utils Prints documentation for the public vars in a name... - print-json function json Write JSON-formatted output to *out*. print-repl-info function repl-ln Prints info about the current repl. print-stack-trace function condition Prints a stack trace for a condition or Throwable.... print-summary function profile Prints a table of the results returned by summariz... diff --git a/branch-master/api-index.json b/branch-master/api-index.json index 53d760ce..78a3abbe 100644 --- a/branch-master/api-index.json +++ b/branch-master/api-index.json @@ -2991,55 +2991,13 @@ "line":17, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, - {"arglists":[["x", "&", "options"]], - "name":"json-str", - "namespace":"clojure.contrib.json", - "source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5380552375c8b074d979cb1d1b8a8382bdf8a999\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L305", - "raw-source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/json-str", - "doc":"Converts x to a JSON-formatted string.", - "var-type":"function", - "line":305, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, - {"arglists":[["x", "&", "options"]], - "name":"pprint-json", - "namespace":"clojure.contrib.json", - "source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5380552375c8b074d979cb1d1b8a8382bdf8a999\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L344", - "raw-source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/pprint-json", - "doc":"Pretty-prints JSON representation of x to *out*", - "var-type":"function", - "line":344, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, - {"arglists":[["x", "&", "options"]], - "name":"print-json", - "namespace":"clojure.contrib.json", - "source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5380552375c8b074d979cb1d1b8a8382bdf8a999\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L314", - "raw-source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/print-json", - "doc":"Write JSON-formatted output to *out*", - "var-type":"function", - "line":314, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, {"arglists": [["input"], ["input", "keywordize?"], ["input", "keywordize?", "eof-error?", "eof-value"]], "name":"read-json", "namespace":"clojure.contrib.json", "source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5380552375c8b074d979cb1d1b8a8382bdf8a999\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L186", + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82c7d49ac23ff2b32490319e458ad535b01e7a41\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L186", "raw-source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", "wiki-url": diff --git a/branch-master/index.html b/branch-master/index.html index 9e83622f..4e0d0802 100644 --- a/branch-master/index.html +++ b/branch-master/index.html @@ -1092,7 +1092,7 @@ To read JSON, use read-json. Public variables and functions: - json-str pprint-json print-json read-json read-json-from write-json
+ read-json read-json-from write-json

diff --git a/branch-master/json-api.html b/branch-master/json-api.html index 91a17f49..527d72ef 100644 --- a/branch-master/json-api.html +++ b/branch-master/json-api.html @@ -58,12 +58,6 @@ namespace.
Overview
- json-str -
- pprint-json -
- print-json -
read-json
read-json-from @@ -90,39 +84,6 @@ To read JSON, use read-json.

Public Variables and Functions

-
-
-

json-str

- function
-
Usage: (json-str x & options)
-
-
Converts x to a JSON-formatted string.
- - - Source -
-
-
-

pprint-json

- function
-
Usage: (pprint-json x & options)
-
-
Pretty-prints JSON representation of x to *out*
- - - Source -
-
-
-

print-json

- function
-
Usage: (print-json x & options)
-
-
Write JSON-formatted output to *out*
- - - Source -


read-json

@@ -137,7 +98,7 @@ keywords. If eof-error? is true (default), empty input will throw an EOFException; if false EOF will return eof-value. - Source + Source


diff --git a/index-v1.3.clj b/index-v1.3.clj index a872fe70..cbcff471 100644 --- a/index-v1.3.clj +++ b/index-v1.3.clj @@ -2971,48 +2971,6 @@ :line 17, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} - {:arglists ([x & options]), - :name "json-str", - :namespace "clojure.contrib.json", - :source-url - "http://github.com/clojure/clojure-contrib/blob/5380552375c8b074d979cb1d1b8a8382bdf8a999/modules/json/src/main/clojure/clojure/contrib/json.clj#L305", - :raw-source-url - "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", - :wiki-url - "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/json-str", - :doc "Converts x to a JSON-formatted string.", - :var-type "function", - :line 305, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} - {:arglists ([x & options]), - :name "pprint-json", - :namespace "clojure.contrib.json", - :source-url - "http://github.com/clojure/clojure-contrib/blob/5380552375c8b074d979cb1d1b8a8382bdf8a999/modules/json/src/main/clojure/clojure/contrib/json.clj#L344", - :raw-source-url - "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", - :wiki-url - "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/pprint-json", - :doc "Pretty-prints JSON representation of x to *out*", - :var-type "function", - :line 344, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} - {:arglists ([x & options]), - :name "print-json", - :namespace "clojure.contrib.json", - :source-url - "http://github.com/clojure/clojure-contrib/blob/5380552375c8b074d979cb1d1b8a8382bdf8a999/modules/json/src/main/clojure/clojure/contrib/json.clj#L314", - :raw-source-url - "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", - :wiki-url - "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/print-json", - :doc "Write JSON-formatted output to *out*", - :var-type "function", - :line 314, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} {:arglists ([input] [input keywordize?] @@ -3020,7 +2978,7 @@ :name "read-json", :namespace "clojure.contrib.json", :source-url - "http://github.com/clojure/clojure-contrib/blob/5380552375c8b074d979cb1d1b8a8382bdf8a999/modules/json/src/main/clojure/clojure/contrib/json.clj#L186", + "http://github.com/clojure/clojure-contrib/blob/82c7d49ac23ff2b32490319e458ad535b01e7a41/modules/json/src/main/clojure/clojure/contrib/json.clj#L186", :raw-source-url "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", :wiki-url -- cgit v1.2.3-18-g5258