Lines Matching refs:comment

45 # The comment should be used alone in one line.
51 # The comment should be used alone in one line.
336 # Add or remove space after ';', except when followed by a comment.
861 # Add or remove space after the opening of a C++ comment,
873 # Add or remove space between #else or #endif and a trailing comment.
901 # Add or remove space before a trailing or embedded comment.
904 # Number of spaces before a trailing or embedded comment.
1835 # comment. Requires nl_after_brace_open=true.
2078 # The minimum number of newlines before a multi-line comment.
2079 # Doesn't apply if after a brace open or another multi-line comment.
2082 # The minimum number of newlines before a single-line C comment.
2086 # The minimum number of newlines before a CPP comment.
2090 # Whether to force a newline after a multi-line comment.
2137 # comment, as in '// comment\n <here> void foo() {...}'.
2476 # Minimum number of columns between preceding text and a trailing comment in
2477 # order for the comment to qualify for being aligned. Must be non-zero to have
2482 # less than three spaces before the comment.
2534 # not work right if the macro contains a multi-line comment.
2603 # Whether to put an empty '/*' on the first line of the combined c-comment.
2606 # Whether to add a newline before the closing '*/' of the combined c-comment.
2616 # Whether to put an empty '/*' on the first line of the combined cpp-comment
2617 # when converting to a c-comment.
2622 # Whether to add a newline before the closing '*/' of the combined cpp-comment
2623 # when converting to a c-comment.
2628 # Whether to put a star on subsequent comment lines.
2631 # The number of spaces to insert at the start of subsequent comment lines.
2634 # The number of spaces to insert after the star on subsequent comment lines.
2638 # and last lines of the comment are the same length.
2644 # and last lines of the comment are the same length AND if the length is
2651 # the file doesn't start with a C/C++ comment. If the inserted text contains
2656 # file doesn't end with a C/C++ comment. If the inserted text contains
2661 # the function isn't preceded by a C/C++ comment. If the inserted text
2669 # isn't preceded by a C/C++ comment. If the inserted text contains '$(class)',
2674 # specification, if the method isn't preceded by a C/C++ comment. If the
2680 # Whether a comment should be inserted if a preprocessor is encountered when
2687 # Whether a comment should be inserted if a function is declared inline to a
2695 # Whether a comment should be inserted if the function is a class constructor
2770 # a comment after the close brace, a comment will be added.
2774 # have a comment after the close brace, a comment will be added.
2778 # comment after the close brace, a comment will be added.
2782 # comment after the close brace, a comment will be added.
2786 # a comment after the #endif, a comment will be added.
2790 # doesn't have a comment after the #else, a comment will be added.