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/util/pm_memchr.h | |
parent | e745af2f0e36f7ff3499019dfb038799a9d3d069 (diff) |
[ruby/prism] Last remaining missing C comments
https://github.com/ruby/prism/commit/e327449db6
Diffstat (limited to 'prism/util/pm_memchr.h')
-rw-r--r-- | prism/util/pm_memchr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prism/util/pm_memchr.h b/prism/util/pm_memchr.h index 6b817a5521..1eae6ab1ba 100644 --- a/prism/util/pm_memchr.h +++ b/prism/util/pm_memchr.h @@ -1,3 +1,8 @@ +/** + * @file pm_memchr.h + * + * A custom memchr implementation. + */ #ifndef PRISM_MEMCHR_H #define PRISM_MEMCHR_H |