
ild-tools.0.5.0.source-code.java_header_style.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of build-tools Show documentation
Show all versions of build-tools Show documentation
A set of tools for managing builds and code quality
The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?> <additionalHeaders> <javadoc_style> <firstLine>/*</firstLine> <beforeEachLine> * </beforeEachLine> <endLine> */</endLine> <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> <allowBlankLines>false</allowBlankLines> <isMultiline>true</isMultiline> <padLines>false</padLines> </javadoc_style> </additionalHeaders>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy