1<additionalHeaders> 2 <javadoc_style> 3 <firstLine>/**</firstLine> 4 <beforeEachLine> * </beforeEachLine> 5 <endLine> */</endLine> 6 <!--<skipLine>packa</skipLine>--> 7 <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> 8 <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> 9 </javadoc_style> 10</additionalHeaders>