move javadocs to docs dir

Former-commit-id: d9b996a9220f6d9110cabbd948a4589779dfcbd2
Former-commit-id: 0a28cb9f0854dac26ee82ca9ada1cf6d97e1daec
This commit is contained in:
idk
2022-11-06 21:55:54 -05:00
parent a8162848bf
commit f6d214be34
34 changed files with 11 additions and 11 deletions

View File

@ -4,6 +4,6 @@ rm -rf docs
~/.cargo/bin/lojidoc src/java/net/i2p/i2pfirefox/ -s -l > report.log
~/.cargo/bin/lojidoc -c src/java/net/i2p/i2pfirefox/ -s
mv -v generated/net/i2p/i2pfirefox/*.md .
mv -v generated/net/i2p/i2pfirefox/*.md ./docs/
rm -rf generated
git add ./*.md