Skip to content

Commit c83d784

Browse files
andrykonchinkddnewton
authored andcommitted
Fix documentation comment in generated with templates files
Fix warning ``` /******************************************************************************/ ^ warning: [dangling-doc-comments] documentation comment is not attached to any declaration ``` in Nodes.java and AbstractNodeVisitor.java files. /** is treated as a starting of a javadoc comment.
1 parent 3024bee commit c83d784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/template.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -559,13 +559,13 @@ def render(name, write_to: nil)
559559
HEADING
560560
else
561561
<<~HEADING
562-
/******************************************************************************/
562+
/*----------------------------------------------------------------------------*/
563563
/* This file is generated by the templates/template.rb script and should not */
564564
/* be modified manually. See */
565565
/* #{filepath + " " * (74 - filepath.size) } */
566566
/* if you are looking to modify the */
567567
/* template */
568-
/******************************************************************************/
568+
/*----------------------------------------------------------------------------*/
569569
570570
HEADING
571571
end

0 commit comments

Comments
 (0)