header-definitions.xml 433 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<additionalHeaders>
	<javadoc_style>
		<firstLine>/*</firstLine>
		<beforeEachLine> * </beforeEachLine>
		<endLine> */</endLine>
		<firstLineDetectionPattern>( |\t)*/\*( |\t)*$</firstLineDetectionPattern>
		<lastLineDetectionPattern>( |\t)*\*/( |\t)*$</lastLineDetectionPattern>
		<allowBlankLines>true</allowBlankLines>
		<isMultiline>true</isMultiline>
	</javadoc_style>
</additionalHeaders>