Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for firstLineDetectionPattern (0.12 sec)

  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>
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Sun Sep 15 12:48:40 UTC 2013
    - 509 bytes
    - Viewed (0)
Back to top