From 4c14c55505800b8605962c7dd93d6dff6e832ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Fri, 18 Jun 2021 11:37:50 +0900 Subject: [PATCH] include/ruby/regex.h: skip doxygen It seems this is a part of Onigmo's API, not Ruby's. --- include/ruby/regex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ruby/regex.h b/include/ruby/regex.h index 22dae3231d..53278173f8 100644 --- a/include/ruby/regex.h +++ b/include/ruby/regex.h @@ -1,7 +1,6 @@ #ifndef ONIGURUMA_REGEX_H /*-*-C++-*-vi:se ft=cpp:*/ #define ONIGURUMA_REGEX_H 1 /** - * @file * @author $Author$ * @copyright Copyright (C) 1993-2007 Yukihiro Matsumoto * @copyright This file is a part of the programming language Ruby.