2014-08-18 04:55:32 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-01-09 16:44:04 -05:00
|
|
|
<additionalHeaders>
|
|
|
|
<javadoc_style>
|
|
|
|
<firstLine>/*</firstLine>
|
|
|
|
<beforeEachLine> * </beforeEachLine>
|
|
|
|
<endLine> */</endLine>
|
|
|
|
<!--skipLine></skipLine-->
|
|
|
|
<firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
|
|
|
|
<lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
|
|
|
|
<allowBlankLines>false</allowBlankLines>
|
|
|
|
<isMultiline>true</isMultiline>
|
|
|
|
</javadoc_style>
|
|
|
|
</additionalHeaders>
|