summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal.h1
-rw-r--r--internal/array.h1
-rw-r--r--internal/bignum.h1
-rw-r--r--internal/bits.h1
-rw-r--r--internal/class.h1
-rw-r--r--internal/compar.h1
-rw-r--r--internal/compile.h1
-rw-r--r--internal/compilers.h1
-rw-r--r--internal/complex.h1
-rw-r--r--internal/cont.h1
-rw-r--r--internal/dir.h1
-rw-r--r--internal/enc.h1
-rw-r--r--internal/encoding.h1
-rw-r--r--internal/enum.h1
-rw-r--r--internal/enumerator.h1
-rw-r--r--internal/error.h1
-rw-r--r--internal/eval.h1
-rw-r--r--internal/file.h1
-rw-r--r--internal/fixnum.h1
-rw-r--r--internal/gc.h1
-rw-r--r--internal/hash.h1
-rw-r--r--internal/imemo.h1
-rw-r--r--internal/inits.h1
-rw-r--r--internal/io.h1
-rw-r--r--internal/load.h1
-rw-r--r--internal/loadpath.h1
-rw-r--r--internal/math.h1
-rw-r--r--internal/missing.h1
-rw-r--r--internal/numeric.h1
-rw-r--r--internal/object.h1
-rw-r--r--internal/parse.h1
-rw-r--r--internal/proc.h1
-rw-r--r--internal/process.h1
-rw-r--r--internal/random.h1
-rw-r--r--internal/range.h1
-rw-r--r--internal/rational.h1
-rw-r--r--internal/re.h1
-rw-r--r--internal/sanitizers.h1
-rw-r--r--internal/serial.h1
-rw-r--r--internal/signal.h1
-rw-r--r--internal/static_assert.h1
-rw-r--r--internal/string.h1
-rw-r--r--internal/struct.h1
-rw-r--r--internal/symbol.h1
-rw-r--r--internal/thread.h1
-rw-r--r--internal/time.h1
-rw-r--r--internal/transcode.h1
-rw-r--r--internal/util.h1
-rw-r--r--internal/variable.h1
-rw-r--r--internal/vm.h1
-rw-r--r--internal/warnings.h1
-rw-r--r--ruby_assert.h1
-rw-r--r--variable.h1
-rw-r--r--version.h1
-rw-r--r--vm_callinfo.h1
55 files changed, 0 insertions, 55 deletions
diff --git a/internal.h b/internal.h
index 883459bfa6..8e5183aba0 100644
--- a/internal.h
+++ b/internal.h
@@ -1,7 +1,6 @@
#ifndef RUBY_INTERNAL_H /*-*-C-*-vi:se ft=c:*/
#define RUBY_INTERNAL_H 1
/**
- * @file
* @author $Author$
* @date Tue May 17 11:42:20 JST 2011
* @copyright Copyright (C) 2011 Yukihiro Matsumoto
diff --git a/internal/array.h b/internal/array.h
index 97b707f271..59739c1d45 100644
--- a/internal/array.h
+++ b/internal/array.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_ARRAY_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_ARRAY_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/bignum.h b/internal/bignum.h
index 9b89e61f28..5cd35ede8a 100644
--- a/internal/bignum.h
+++ b/internal/bignum.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_BIGNUM_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_BIGNUM_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/bits.h b/internal/bits.h
index 746947bfc2..2602ff7a31 100644
--- a/internal/bits.h
+++ b/internal/bits.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_BITS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_BITS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/class.h b/internal/class.h
index cabd5db5c0..00ee62facf 100644
--- a/internal/class.h
+++ b/internal/class.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_CLASS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_CLASS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/compar.h b/internal/compar.h
index 888a3b5e1e..5e336adafa 100644
--- a/internal/compar.h
+++ b/internal/compar.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_COMPAR_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_COMPAR_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/compile.h b/internal/compile.h
index 99c15d6a44..932dce2744 100644
--- a/internal/compile.h
+++ b/internal/compile.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_COMPILE_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_COMPILE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/compilers.h b/internal/compilers.h
index 975bf4575d..26c2f05cc0 100644
--- a/internal/compilers.h
+++ b/internal/compilers.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_COMPILERS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_COMPILERS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/complex.h b/internal/complex.h
index 9eae804ddb..42151652b7 100644
--- a/internal/complex.h
+++ b/internal/complex.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_COMPLEX_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_COMPLEX_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/cont.h b/internal/cont.h
index 8be1950e98..5ab120e9ab 100644
--- a/internal/cont.h
+++ b/internal/cont.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_CONT_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_CONT_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/dir.h b/internal/dir.h
index ffbdb25208..0a4dc90ece 100644
--- a/internal/dir.h
+++ b/internal/dir.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_DIR_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_DIR_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/enc.h b/internal/enc.h
index 0afc74db5d..a005dc810d 100644
--- a/internal/enc.h
+++ b/internal/enc.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_ENC_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_ENC_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/encoding.h b/internal/encoding.h
index c0cf061bd4..c48cb24b04 100644
--- a/internal/encoding.h
+++ b/internal/encoding.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_ENCODING_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_ENCODING_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/enum.h b/internal/enum.h
index 50890f0c9f..282464436f 100644
--- a/internal/enum.h
+++ b/internal/enum.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_ENUM_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_ENUM_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/enumerator.h b/internal/enumerator.h
index 2e20c37d9e..e11a684c5b 100644
--- a/internal/enumerator.h
+++ b/internal/enumerator.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_ENUMERATOR_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_ENUMERATOR_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/error.h b/internal/error.h
index f49c23ba89..9bf3ba3fa3 100644
--- a/internal/error.h
+++ b/internal/error.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_ERROR_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_ERROR_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/eval.h b/internal/eval.h
index 8dae76b6f8..73bb656d96 100644
--- a/internal/eval.h
+++ b/internal/eval.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_EVAL_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_EVAL_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/file.h b/internal/file.h
index a93c1392f0..9c192ff4d1 100644
--- a/internal/file.h
+++ b/internal/file.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_FILE_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_FILE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/fixnum.h b/internal/fixnum.h
index 7e0e4be84c..cdb60ee1ff 100644
--- a/internal/fixnum.h
+++ b/internal/fixnum.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_FIXNUM_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_FIXNUM_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/gc.h b/internal/gc.h
index 548ae5568a..36ed147bd3 100644
--- a/internal/gc.h
+++ b/internal/gc.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_GC_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_GC_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/hash.h b/internal/hash.h
index a4677c581b..e1f83d5018 100644
--- a/internal/hash.h
+++ b/internal/hash.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_HASH_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_HASH_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/imemo.h b/internal/imemo.h
index a9e2136ac4..ea36c4514f 100644
--- a/internal/imemo.h
+++ b/internal/imemo.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_IMEMO_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_IMEMO_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/inits.h b/internal/inits.h
index 680c9cc1a5..03e180f77b 100644
--- a/internal/inits.h
+++ b/internal/inits.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_INITS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_INITS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/io.h b/internal/io.h
index b184cec439..1d2a866b6e 100644
--- a/internal/io.h
+++ b/internal/io.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_IO_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_IO_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/load.h b/internal/load.h
index 37c1dee351..d4c0bb91ba 100644
--- a/internal/load.h
+++ b/internal/load.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_LOAD_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_LOAD_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/loadpath.h b/internal/loadpath.h
index f89f6694cd..b3a85e7b41 100644
--- a/internal/loadpath.h
+++ b/internal/loadpath.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_LOADPATH_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_LOADPATH_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/math.h b/internal/math.h
index cd8d553790..08f852ffc1 100644
--- a/internal/math.h
+++ b/internal/math.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_MATH_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_MATH_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/missing.h b/internal/missing.h
index 0224075b3d..c0992a151a 100644
--- a/internal/missing.h
+++ b/internal/missing.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_MISSING_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_MISSING_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/numeric.h b/internal/numeric.h
index 16854150c1..6bb7baf204 100644
--- a/internal/numeric.h
+++ b/internal/numeric.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_NUMERIC_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_NUMERIC_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/object.h b/internal/object.h
index 512c367b77..f560fb7f9f 100644
--- a/internal/object.h
+++ b/internal/object.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_OBJECT_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_OBJECT_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/parse.h b/internal/parse.h
index cb95d76a6c..d9f5b56bc5 100644
--- a/internal/parse.h
+++ b/internal/parse.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_PARSE_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_PARSE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/proc.h b/internal/proc.h
index 5628a1f1c7..2416c31e14 100644
--- a/internal/proc.h
+++ b/internal/proc.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_PROC_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_PROC_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/process.h b/internal/process.h
index 904c9a5cea..42081a4d88 100644
--- a/internal/process.h
+++ b/internal/process.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_PROCESS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_PROCESS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/random.h b/internal/random.h
index a92e65b8ba..231e2d5d7e 100644
--- a/internal/random.h
+++ b/internal/random.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_RANDOM_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_RANDOM_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/range.h b/internal/range.h
index 4fe6037c89..8daba0ecab 100644
--- a/internal/range.h
+++ b/internal/range.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_RANGE_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_RANGE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/rational.h b/internal/rational.h
index a9e96742c9..61ddbf089a 100644
--- a/internal/rational.h
+++ b/internal/rational.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_RATIONAL_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_RATIONAL_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/re.h b/internal/re.h
index a19ad934f7..8b31b3d8a5 100644
--- a/internal/re.h
+++ b/internal/re.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_RE_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_RE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/sanitizers.h b/internal/sanitizers.h
index b4f5bdeda1..6e2d81137f 100644
--- a/internal/sanitizers.h
+++ b/internal/sanitizers.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_SANITIZERS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_SANITIZERS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/serial.h b/internal/serial.h
index 977cb35477..df9e9a44f0 100644
--- a/internal/serial.h
+++ b/internal/serial.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_SERIAL_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_SERIAL_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/signal.h b/internal/signal.h
index 6b4672f15b..86fb54e949 100644
--- a/internal/signal.h
+++ b/internal/signal.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_SIGNAL_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_SIGNAL_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/static_assert.h b/internal/static_assert.h
index 284e410313..70dd0b7a1e 100644
--- a/internal/static_assert.h
+++ b/internal/static_assert.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_STATIC_ASSERT_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_STATIC_ASSERT_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/string.h b/internal/string.h
index 5062de4636..546a0ac9a7 100644
--- a/internal/string.h
+++ b/internal/string.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_STRING_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_STRING_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/struct.h b/internal/struct.h
index 82b2738b69..8acc00ec3c 100644
--- a/internal/struct.h
+++ b/internal/struct.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_STRUCT_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_STRUCT_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/symbol.h b/internal/symbol.h
index 691df66228..6875d98db3 100644
--- a/internal/symbol.h
+++ b/internal/symbol.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_SYMBOL_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_SYMBOL_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/thread.h b/internal/thread.h
index 09b8551b5c..919ad96580 100644
--- a/internal/thread.h
+++ b/internal/thread.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_THREAD_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_THREAD_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/time.h b/internal/time.h
index f9ac084603..a3bf0587ec 100644
--- a/internal/time.h
+++ b/internal/time.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_TIME_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_TIME_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/transcode.h b/internal/transcode.h
index a60ac06d10..9922332ea9 100644
--- a/internal/transcode.h
+++ b/internal/transcode.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_TRANSCODE_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_TRANSCODE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/util.h b/internal/util.h
index 605720de10..6eadbb9f94 100644
--- a/internal/util.h
+++ b/internal/util.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_UTIL_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_UTIL_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/variable.h b/internal/variable.h
index 299c4b6825..c527bdbd1f 100644
--- a/internal/variable.h
+++ b/internal/variable.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_VARIABLE_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_VARIABLE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/vm.h b/internal/vm.h
index 8251b09e98..8893d70cd4 100644
--- a/internal/vm.h
+++ b/internal/vm.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_VM_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_VM_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/internal/warnings.h b/internal/warnings.h
index e9de46eb38..020212ebd8 100644
--- a/internal/warnings.h
+++ b/internal/warnings.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_WARNINGS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_WARNINGS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/ruby_assert.h b/ruby_assert.h
index ddd348c7d3..d8f7ddd35b 100644
--- a/ruby_assert.h
+++ b/ruby_assert.h
@@ -1,7 +1,6 @@
#ifndef RUBY_TOPLEVEL_ASSERT_H /*-*-C-*-vi:se ft=c:*/
#define RUBY_TOPLEVEL_ASSERT_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/variable.h b/variable.h
index bfe1be2d47..55596b00de 100644
--- a/variable.h
+++ b/variable.h
@@ -1,7 +1,6 @@
#ifndef RUBY_TOPLEVEL_VARIABLE_H /*-*-C-*-vi:se ft=c:*/
#define RUBY_TOPLEVEL_VARIABLE_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/version.h b/version.h
index fa246b226e..f65882be87 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,6 @@
#ifndef RUBY_TOPLEVEL_VERSION_H /*-*-C-*-vi:se ft=c:*/
#define RUBY_TOPLEVEL_VERSION_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
diff --git a/vm_callinfo.h b/vm_callinfo.h
index c0716d6aa4..959b6e9c77 100644
--- a/vm_callinfo.h
+++ b/vm_callinfo.h
@@ -1,7 +1,6 @@
#ifndef RUBY_VM_CALLINFO_H /*-*-C-*-vi:se ft=c:*/
#define RUBY_VM_CALLINFO_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or