diff options
author | Kevin Newton <[email protected]> | 2023-10-31 13:26:31 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2023-11-01 13:10:29 -0400 |
commit | 690f3bbf5d67d8629d6e6d7305b79fcc5362b0c9 (patch) | |
tree | 5d01ab6281f21ccac723ac4f856c0b441a98d98a /prism/node.h | |
parent | e745af2f0e36f7ff3499019dfb038799a9d3d069 (diff) |
[ruby/prism] Last remaining missing C comments
https://github.com/ruby/prism/commit/e327449db6
Diffstat (limited to 'prism/node.h')
-rw-r--r-- | prism/node.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prism/node.h b/prism/node.h index 768ddec1b0..3e15d18552 100644 --- a/prism/node.h +++ b/prism/node.h @@ -1,3 +1,8 @@ +/** + * @file node.h + * + * Functions related to nodes in the AST. + */ #ifndef PRISM_NODE_H #define PRISM_NODE_H |