What steps will reproduce the problem?
1. Annotate a field with @Getter and @Setter.
2. Create a documentation comment for the field.
3. Add a section for the setter only with "-- SETTER --".
What is the expected output? What do you see instead?
When looking at the generated documentation, I expect to see the portion of the
comment up to the section header on the getter, and the specified portion on
the setter. Rather, I see the full comment *including* the section header on
the getter, and the setter portion on the setter.
What version of the product are you using? On what operating system?
Lombok 0.12.0 and javac 1.7.0_40.
Please provide any additional information below.
Original issue reported on code.google.com by vsync100 on 4 Oct 2013 at 3:02
Original issue reported on code.google.com by
vsync100
on 4 Oct 2013 at 3:02