cloudformation-cli-java-plugin icon indicating copy to clipboard operation
cloudformation-cli-java-plugin copied to clipboard

Javadoc generation issues

Open johnttompkins opened this issue 6 years ago • 1 comments

Some problematic errors when generating javadocs around code block tags and referencing a getter generated by lombok. The @apiNote tag also is not working correctly.

johnttompkins avatar Nov 16 '19 20:11 johnttompkins

Code block issue here: https://github.com/aws-cloudformation/aws-cloudformation-rpdk-java-plugin/blob/master/src/main/java/software/amazon/cloudformation/proxy/CallChain.java#L28-L62

Issue with referencing lombok getter: https://github.com/aws-cloudformation/aws-cloudformation-rpdk-java-plugin/blob/master/src/main/java/software/amazon/cloudformation/proxy/CallChain.java#L199

Apinote not recognized here: https://github.com/aws-cloudformation/aws-cloudformation-rpdk-java-plugin/blob/master/src/main/java/software/amazon/cloudformation/scheduler/CronHelper.java#L50

johnttompkins avatar Nov 16 '19 20:11 johnttompkins