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/regexp.h | |
parent | e745af2f0e36f7ff3499019dfb038799a9d3d069 (diff) |
[ruby/prism] Last remaining missing C comments
https://github.com/ruby/prism/commit/e327449db6
Diffstat (limited to 'prism/regexp.h')
-rw-r--r-- | prism/regexp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prism/regexp.h b/prism/regexp.h index 9eae245d1e..09bdaca89a 100644 --- a/prism/regexp.h +++ b/prism/regexp.h @@ -1,3 +1,8 @@ +/** + * @file regexp.h + * + * A regular expression parser. + */ #ifndef PRISM_REGEXP_H #define PRISM_REGEXP_H |