generate markdown from javadoc
Former-commit-id: 6e92fcc976
Former-commit-id: 6f45949e3aa692eaad28129f20c782c7b65cd6bc
This commit is contained in:
10
javadoc.sh
Executable file
10
javadoc.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
ant distclean
|
||||
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
|
Reference in New Issue
Block a user