From 4d48812ad04a70a26c27b6524d43c474d67bedd5 Mon Sep 17 00:00:00 2001 From: Stiver Date: Tue, 1 Apr 2014 15:21:37 +0200 Subject: updating readme with new options --- dist/docs/readme.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/docs/readme.txt') diff --git a/dist/docs/readme.txt b/dist/docs/readme.txt index b00a1f4..09d17be 100644 --- a/dist/docs/readme.txt +++ b/dist/docs/readme.txt @@ -63,6 +63,11 @@ ren (0): rename ambiguous (resp. obfuscated) classes and class elements urc : full name of user-supplied class implementing IIdentifierRenamer. It is used to determine which class identifiers should be renamed and provides new identifier names. For more information s. section 5 +dpc (0): generate a special comment ('/** @deprecated */') for deprecated classes and class members +inn (1): check for IntelliJ IDEA-specific @NotNull annotation and remove inserted code if found +lac (0): decompile lambda expressions to anonymous classes +nls (0): define new line character to be used for output. 0 - '\r\n' (Windows), 1 - '\n' (Linux) + The default logging level is INFO. This value can be overwritten by setting the option 'log' as follows: -- cgit v1.2.3