Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for firstLineDetectionPattern (0.08 seconds)

  1. src/etc/header-definition.xml

    <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>
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Sun Sep 15 12:48:40 GMT 2013
    - 509 bytes
    - Click Count (0)
Back to Top