Home | History | Annotate | Download | only in build
      1 <?xml version="1.0" encoding="ISO-8859-1"?>
      2 <additionalHeaders>
      3   <javadoc_style>
      4     <firstLine>/**</firstLine>
      5     <beforeEachLine> * </beforeEachLine>
      6     <endLine> */&#10;</endLine>
      7     <!--afterEachLine></afterEachLine-->
      8     <!--skipLine></skipLine-->
      9     <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
     10     <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
     11     <allowBlankLines>false</allowBlankLines>
     12     <isMultiline>true</isMultiline>
     13     <padLines>false</padLines>
     14   </javadoc_style>
     15 </additionalHeaders>
     16