main Changelog 2.0 === - 2.0.8 Publish to maven central - 2.0.7 Fix not being able to inject class docs with mixins - 2.0.6 Add unit tests - 2.0.5 Fix multi-line formatting of javadoc tags (#2) - 2.0.4 Fix class javadoc merging (#1) * Fix class javadoc merging * Make JavadocEntry#merge nullable - 2.0.3 Provide default line mappings - 2.0.2 Update the cmd line tool and add a basic AST to allow for multiple parsers The current parsers are spoon and javaparser and they should be interchangeable. This allows using the one that's first updated in the case of Java updates. Note that spoon seems to produce better results in inner classes. - 2.0.1 Fix some issues with class internal name collection - 2.0.0 Spec v2 and cmd line tool 1.0 === - 1.0.13 Add a test system and a CMD line tool - 1.0.12 Fix a deserialization issue - 1.0.11 Rename the json to `javadoctor.json` - 1.0.10 Don't add inner classes to the json if they're empty - 1.0.9 Don't add empty entries to the json - 1.0.8 Some improvements to tag parsing - 1.0.7 Reset the tag name after finding a tag, not just the buffer - 1.0.6 Warn and ignore incomplete param tags - 1.0.5 Properly check the package to extract from - 1.0.4 Remove error when a member or owner isn't present You can use a `@see` tag alongside a href - 1.0.3 Properly handle arrays when expanding FQNs - 1.0.2 Expand link tags to FQNs where possible to facilitate remapping - 1.0.1 Set up teamcity - 1.0.0 Update CombiningJavadocProvider.java