Home | History | Annotate | Line # | Download | only in indent
lsym_comment.c revision 1.3
      1  1.3  rillig /* $NetBSD: lsym_comment.c,v 1.3 2022/04/24 09:04:12 rillig Exp $ */
      2  1.1  rillig 
      3  1.1  rillig /*
      4  1.1  rillig  * Tests for the token lsym_comment, which starts a comment.
      5  1.1  rillig  *
      6  1.1  rillig  * C11 distinguishes block comments and end-of-line comments.  Indent further
      7  1.1  rillig  * distinguishes box comments that are a special kind of block comments.
      8  1.1  rillig  *
      9  1.1  rillig  * See also:
     10  1.1  rillig  *	opt_fc1.c
     11  1.1  rillig  *	token_comment.c
     12  1.1  rillig  */
     13  1.1  rillig 
     14  1.3  rillig //indent input
     15  1.1  rillig // TODO: add input
     16  1.3  rillig //indent end
     17  1.1  rillig 
     18  1.3  rillig //indent run-equals-input
     19