Files
i2p.plugins.firefox/javadoc.sh
2022-12-18 22:20:21 +00:00

10 lines
253 B
Bash
Executable File

#! /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