From 690f3bbf5d67d8629d6e6d7305b79fcc5362b0c9 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Tue, 31 Oct 2023 13:26:31 -0400 Subject: [ruby/prism] Last remaining missing C comments https://github.com/ruby/prism/commit/e327449db6 --- prism/util/pm_memchr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'prism/util/pm_memchr.h') 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 -- cgit v1.2.3