This commit is contained in:
idk
2022-12-31 20:00:56 +00:00
parent 8acde05618
commit a06fe41b25
5 changed files with 329 additions and 2 deletions

View File

@ -1,10 +1,8 @@
#! /usr/bin/env bash
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
mkdir -p docs
mv -v generated/net/i2p/i2pfirefox/*.md ./docs/
rm -rf generated
git add ./*.md