diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2021-06-18 11:37:50 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2021-09-10 20:00:06 +0900 |
commit | 4c14c55505800b8605962c7dd93d6dff6e832ff7 (patch) | |
tree | da7993632b35322f51baea3a99f7410207ba08e4 /include/ruby/regex.h | |
parent | e18bc14a05cba2a00fea1525b097530bd5362a9e (diff) |
include/ruby/regex.h: skip doxygen
It seems this is a part of Onigmo's API, not Ruby's.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'include/ruby/regex.h')
-rw-r--r-- | include/ruby/regex.h | 1 |
1 files changed, 0 insertions, 1 deletions
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. |