summaryrefslogtreecommitdiffstats
path: root/dist/docs/readme.txt
Commit message (Collapse)AuthorAgeLines
* adjustable indentationRoman Shevchenko2014-05-30-1/+1
|
* option to pass numeric literals undecodedRoman Shevchenko2014-05-28-0/+1
|
* deprecation comments generation changed once againRoman Shevchenko2014-05-26-2/+1
| | | | | | | | | | | | new behavior: - depreaction comment (/** @deprecated */) is added always - @Deprecated annotation is added only when presented in .class file rationale: - both deprecation comment and @Deprecated anno produce "Deprecated" attribute - adding annotation to members deprecated by comment (old behavior) is actually incorrect - adding comment to members deprecated by annotation may be incorrect but is acceptable (there is no way to tell if a member was deprecated by sole annotation or both by annotation and comment) - additional configuration option is therefore no longer needed
* updating readme with new optionsStiver2014-04-01-0/+5
|
* initial commitStiver2014-03-04-0/+86