Added hyperlinking and bumped version numbers

This commit is contained in:
2018-06-03 10:45:09 +02:00
parent 9a55dd5a21
commit 1eea28e55c
17 changed files with 278 additions and 31 deletions

View File

@ -23,7 +23,7 @@ import org.eclipse.xtext.generator.IFileSystemAccess
class Main {
private val USAGE_STR = "RDL2code [-h] [-v] [-I <RDL include dir] [-o <output dir>] <input file> <input file>";
val USAGE_STR = "RDL2code [-h] [-v] [-I <RDL include dir] [-o <output dir>] <input file> <input file>";
def static main(String[] args) {
if (args.empty) {