aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-06-18 11:37:50 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit4c14c55505800b8605962c7dd93d6dff6e832ff7 (patch)
treeda7993632b35322f51baea3a99f7410207ba08e4 /include
parente18bc14a05cba2a00fea1525b097530bd5362a9e (diff)
downloadruby-4c14c55505800b8605962c7dd93d6dff6e832ff7.tar.gz
include/ruby/regex.h: skip doxygen
It seems this is a part of Onigmo's API, not Ruby's.
Diffstat (limited to 'include')
-rw-r--r--include/ruby/regex.h1
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.