123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!--
- Copyright 2018 Scytl Secure Electronic Voting SA
- All rights reserved
- See our extended copyright notice in *file 'Copyright.txt' which is part of this source code package
- -->
- <additionalHeaders>
- <javadoc_style>
- <firstLine>/*</firstLine>
- <beforeEachLine> * </beforeEachLine>
- <endLine> */EOL</endLine>
- <afterEachLine> * </afterEachLine>
- <!--skipLine></skipLine-->
- <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
- <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
- <allowBlankLines>true</allowBlankLines>
- <isMultiline>true</isMultiline>
- <padLines>false</padLines>
- </javadoc_style>
- </additionalHeaders>
|