diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
commit | 8620bcb15e5ba65147002e1ebbec0b4ce4592091 (patch) | |
tree | 17d644396f2780a1c9cb317127e91b26364a3704 /prxml-api.html | |
parent | e9a3aad34261a09a4299b3aac1dde888862b6750 (diff) |
"Updated documentation for commit e20e8effe977640592b1f285d6c666492d74df00"
Diffstat (limited to 'prxml-api.html')
-rw-r--r-- | prxml-api.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/prxml-api.html b/prxml-api.html index e7f214d0..6c0d9caf 100644 --- a/prxml-api.html +++ b/prxml-api.html @@ -47,7 +47,7 @@ namespace. <!-- Temporary disclaimer --> <div style="background-color: #FF0000; font-weight: bold;"> NOTE: These autogen pages are still under development. - Not all links work. Not all formatting in done. + Not all links work. Not all formatting is done. Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) with any questions. </div> @@ -84,7 +84,7 @@ for details.</pre> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">If true, empty tags will have a space before the closing /></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/prxml.clj#L32" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/prxml.clj#L32" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="prxml/*prxml-indent*">*prxml-indent*</h2> @@ -92,7 +92,7 @@ for details.</pre> <pre id="var-usage"></pre> <pre id="var-docstr">The number of spaces to indent sub-tags. nil for no indent and no extra line-breaks.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/prxml.clj#L36" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/prxml.clj#L36" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="prxml/prxml">prxml</h2> @@ -121,7 +121,7 @@ PSEUDO-TAGS: some keywords have special meaning: (prxml [:decl! {:version "1.1"}]) ; => <?xml version="1.1" encoding="UTF-8"?></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/prxml.clj#L142" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/prxml.clj#L142" id="var-source">Source</a> </div> |