diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-05-29 06:11:08 +0900 |
---|---|---|
committer | git <[email protected]> | 2025-05-29 04:46:00 +0000 |
commit | 857b1ae786045c598d71bdeaedf947ec6645fafb (patch) | |
tree | 5bed92724cb6719cf9195cc84bba6f986bb1c44f | |
parent | 8aa21634d8d8574fe56772c4290a2baac93dba56 (diff) |
[ruby/prism] [DOC] No RDoc in include/prism/ast.h
https://github.com/ruby/prism/commit/1cae6e3b02
-rw-r--r-- | prism/templates/include/prism/ast.h.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prism/templates/include/prism/ast.h.erb b/prism/templates/include/prism/ast.h.erb index 751c0b43c2..087eb81890 100644 --- a/prism/templates/include/prism/ast.h.erb +++ b/prism/templates/include/prism/ast.h.erb @@ -2,6 +2,8 @@ * @file ast.h * * The abstract syntax tree. + * + * -- */ #ifndef PRISM_AST_H #define PRISM_AST_H |