Skip to content

Commit c15f751

Browse files
committed
fix codox
1 parent 6d33896 commit c15f751

6 files changed

Lines changed: 10 additions & 357 deletions

File tree

bin/codox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
rm -rf ./doc
1111

1212
git checkout $1
13-
lein with-profile -user codox
13+
lein doc
1414
cp -r ./target/doc ./docs
1515

1616
git checkout master

docs/CHANGELOG.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ <h3><a href="#fixed" id="fixed"></a>Fixed</h3>
1515
<h3><a href="#enhancements" id="enhancements"></a>Enhancements</h3>
1616
<ul>
1717
<li>#32: Asynchronously load implementation</li>
18-
<li>new function <code>java-time/load-java-time</code> to force loading</li>
19-
<li>by default, implementation is loaded asynchronously, use system property <code>java-time.no-async-load=true</code> to disable</li>
18+
</ul>
19+
<h3><a href="#internal" id="internal"></a>Internal</h3>
20+
<ul>
2021
<li>Remove <code>java-time.util/get-static-fields-of-type</code></li>
21-
<li>set Java property <code>java-time.util.get-static-fields-of-type=true</code> to revert</li>
2222
</ul>
2323
<h2><a href="#033" id="033"></a>0.3.3</h2>
2424
<h3><a href="#new-features" id="new-features"></a>New Features</h3>

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)