Skip to content

Commit 3c8ebe4

Browse files
Emit newlines instead of \n in docstrings (#113)
* Emit newlines instead of \n in docstrings Closes: #111 * gen doc * wip * undo --------- Co-authored-by: Ambrose Bonnaire-Sergeant <[email protected]>
1 parent ecdc310 commit 3c8ebe4

File tree

6 files changed

+1636
-480
lines changed

6 files changed

+1636
-480
lines changed

docs/java-time.api.html

+152-152
Large diffs are not rendered by default.

docs/java-time.html

+152-152
Large diffs are not rendered by default.

docs/java-time.repl.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!DOCTYPE html PUBLIC ""
22
"">
3-
<html><head><meta charset="UTF-8" /><title>java-time.repl documentation</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">Clojure.java-time</span> <span class="project-version">1.4.3-SNAPSHOT</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 "><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Topics</span></h3><ul><li class="depth-1 "><a href="README.html"><div class="inner"><span>Clojure.Java-Time</span></div></a></li><li class="depth-1 "><a href="CHANGELOG.html"><div class="inner"><span>Changelog</span></div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><a href="java-time.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>java-time</span></div></a></li><li class="depth-2 branch"><a href="java-time.api.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>api</span></div></a></li><li class="depth-2 current"><a href="java-time.repl.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>repl</span></div></a></li></ul></div><div class="sidebar secondary"><h3><a href="#top"><span class="inner">Public Vars</span></a></h3><ul><li class="depth-1"><a href="java-time.repl.html#var-show-adjusters"><div class="inner"><span>show-adjusters</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-fields"><div class="inner"><span>show-fields</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-formatters"><div class="inner"><span>show-formatters</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-graph"><div class="inner"><span>show-graph</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-path"><div class="inner"><span>show-path</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-timezones"><div class="inner"><span>show-timezones</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-units"><div class="inner"><span>show-units</span></div></a></li></ul></div><div class="namespace-docs" id="content"><h1 class="anchor" id="top">java-time.repl</h1><div class="doc"><div class="markdown"></div></div><div class="public anchor" id="var-show-adjusters"><h3>show-adjusters</h3><div class="usage"><code>(show-adjusters)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/cbe1fd502a1cf4ad0a148c9eab8ea12713086196/src/java_time/repl.clj#L11">view source</a></div></div><div class="public anchor" id="var-show-fields"><h3>show-fields</h3><div class="usage"><code>(show-fields)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/cbe1fd502a1cf4ad0a148c9eab8ea12713086196/src/java_time/repl.clj#L17">view source</a></div></div><div class="public anchor" id="var-show-formatters"><h3>show-formatters</h3><div class="usage"><code>(show-formatters)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/cbe1fd502a1cf4ad0a148c9eab8ea12713086196/src/java_time/repl.clj#L20">view source</a></div></div><div class="public anchor" id="var-show-graph"><h3>show-graph</h3><div class="usage"><code>(show-graph)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/cbe1fd502a1cf4ad0a148c9eab8ea12713086196/src/java_time/repl.clj#L26">view source</a></div></div><div class="public anchor" id="var-show-path"><h3>show-path</h3><div class="usage"><code>(show-path from to)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/cbe1fd502a1cf4ad0a148c9eab8ea12713086196/src/java_time/repl.clj#L30">view source</a></div></div><div class="public anchor" id="var-show-timezones"><h3>show-timezones</h3><div class="usage"><code>(show-timezones)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/cbe1fd502a1cf4ad0a148c9eab8ea12713086196/src/java_time/repl.clj#L23">view source</a></div></div><div class="public anchor" id="var-show-units"><h3>show-units</h3><div class="usage"><code>(show-units)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/cbe1fd502a1cf4ad0a148c9eab8ea12713086196/src/java_time/repl.clj#L14">view source</a></div></div></div></body></html>
3+
<html><head><meta charset="UTF-8" /><title>java-time.repl documentation</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">Clojure.java-time</span> <span class="project-version">1.4.3-SNAPSHOT</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 "><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Topics</span></h3><ul><li class="depth-1 "><a href="README.html"><div class="inner"><span>Clojure.Java-Time</span></div></a></li><li class="depth-1 "><a href="CHANGELOG.html"><div class="inner"><span>Changelog</span></div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><a href="java-time.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>java-time</span></div></a></li><li class="depth-2 branch"><a href="java-time.api.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>api</span></div></a></li><li class="depth-2 current"><a href="java-time.repl.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>repl</span></div></a></li></ul></div><div class="sidebar secondary"><h3><a href="#top"><span class="inner">Public Vars</span></a></h3><ul><li class="depth-1"><a href="java-time.repl.html#var-show-adjusters"><div class="inner"><span>show-adjusters</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-fields"><div class="inner"><span>show-fields</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-formatters"><div class="inner"><span>show-formatters</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-graph"><div class="inner"><span>show-graph</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-path"><div class="inner"><span>show-path</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-timezones"><div class="inner"><span>show-timezones</span></div></a></li><li class="depth-1"><a href="java-time.repl.html#var-show-units"><div class="inner"><span>show-units</span></div></a></li></ul></div><div class="namespace-docs" id="content"><h1 class="anchor" id="top">java-time.repl</h1><div class="doc"><div class="markdown"></div></div><div class="public anchor" id="var-show-adjusters"><h3>show-adjusters</h3><div class="usage"><code>(show-adjusters)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/710292539917f477737970e8cc706e1f0a3c3687/src/java_time/repl.clj#L11">view source</a></div></div><div class="public anchor" id="var-show-fields"><h3>show-fields</h3><div class="usage"><code>(show-fields)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/710292539917f477737970e8cc706e1f0a3c3687/src/java_time/repl.clj#L17">view source</a></div></div><div class="public anchor" id="var-show-formatters"><h3>show-formatters</h3><div class="usage"><code>(show-formatters)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/710292539917f477737970e8cc706e1f0a3c3687/src/java_time/repl.clj#L20">view source</a></div></div><div class="public anchor" id="var-show-graph"><h3>show-graph</h3><div class="usage"><code>(show-graph)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/710292539917f477737970e8cc706e1f0a3c3687/src/java_time/repl.clj#L26">view source</a></div></div><div class="public anchor" id="var-show-path"><h3>show-path</h3><div class="usage"><code>(show-path from to)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/710292539917f477737970e8cc706e1f0a3c3687/src/java_time/repl.clj#L30">view source</a></div></div><div class="public anchor" id="var-show-timezones"><h3>show-timezones</h3><div class="usage"><code>(show-timezones)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/710292539917f477737970e8cc706e1f0a3c3687/src/java_time/repl.clj#L23">view source</a></div></div><div class="public anchor" id="var-show-units"><h3>show-units</h3><div class="usage"><code>(show-units)</code></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="https://github.com/dm3/clojure.java-time/blob/710292539917f477737970e8cc706e1f0a3c3687/src/java_time/repl.clj#L14">view source</a></div></div></div></body></html>

0 commit comments

Comments
 (0)