Skip to content

Commit

Permalink
documentation script
Browse files Browse the repository at this point in the history
  • Loading branch information
termermc committed Apr 21, 2020
1 parent 5b35847 commit d545681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ build
gradle

# IntelliJ
.idea
.idea

# Documentation
doc
2 changes: 2 additions & 0 deletions mkdoc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
javadoc -d doc/ -sourcepath src/main/java/ -subpackages net.termer.rtflc -classpath build/libs/Rtflc-*-all.jar

0 comments on commit d545681

Please sign in to comment.