You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
556 B
16 lines
556 B
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<additionalHeaders>
|
|
<javadoc_style>
|
|
<firstLine>/**</firstLine>
|
|
<beforeEachLine> * </beforeEachLine>
|
|
<endLine> */ </endLine>
|
|
<!--afterEachLine></afterEachLine-->
|
|
<!--skipLine></skipLine-->
|
|
<firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
|
|
<lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
|
|
<allowBlankLines>false</allowBlankLines>
|
|
<isMultiline>true</isMultiline>
|
|
<padLines>false</padLines>
|
|
</javadoc_style>
|
|
</additionalHeaders>
|