Codebase list libslf4j-java / upstream/1.7.20 src / main / javadocHeaders.xml
upstream/1.7.20

Tree @upstream/1.7.20 (Download .tar.gz)

javadocHeaders.xml @upstream/1.7.20raw · history · blame

<additionalHeaders>
  <javadoc_style>
    <firstLine>/**</firstLine>
    <beforeEachLine> * </beforeEachLine>
    <endLine> */</endLine>
    <!--<skipLine>packa</skipLine>-->
    <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
    <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
  </javadoc_style>
</additionalHeaders>