aboutsummaryrefslogtreecommitdiffstats
path: root/prism/regexp.h
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-31 13:26:31 -0400
committerKevin Newton <kddnewton@gmail.com>2023-11-01 13:10:29 -0400
commit690f3bbf5d67d8629d6e6d7305b79fcc5362b0c9 (patch)
tree5d01ab6281f21ccac723ac4f856c0b441a98d98a /prism/regexp.h
parente745af2f0e36f7ff3499019dfb038799a9d3d069 (diff)
downloadruby-690f3bbf5d67d8629d6e6d7305b79fcc5362b0c9.tar.gz
[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.h5
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