Files
i2p.plugins.firefox/javadoc.sh
idk f6d214be34 move javadocs to docs dir
Former-commit-id: d9b996a9220f6d9110cabbd948a4589779dfcbd2
Former-commit-id: 0a28cb9f0854dac26ee82ca9ada1cf6d97e1daec
2022-11-06 21:55:54 -05:00

9 lines
239 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 ./docs/
rm -rf generated
git add ./*.md