Files
i2p.plugins.firefox/javadoc.sh
idk c904d31294 don't distclean in javadoc.sh
Former-commit-id: ae667bfd1c
Former-commit-id: 27e36b1d5fd35e9000da85db9594aff2c69664c9
2022-10-01 21:13:01 -04:00

9 lines
233 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
mv -v generated/net/i2p/i2pfirefox/*.md .
rm -rf generated
git add ./*.md