[前][次][番号順一覧][スレッド一覧]

ruby-changes:67709

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:00:46 +0900 (JST)
Subject: [ruby-changes:67709] daf0c04a47 (master): internal/*.h: skip doxygen

https://git.ruby-lang.org/ruby.git/commit/?id=daf0c04a47

From daf0c04a47e5aaede2f2a3e3663148dff96ff770 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?=
 <shyouhei@r...>
Date: Tue, 8 Jun 2021 09:40:43 +0900
Subject: internal/*.h: skip doxygen

These contents are purely implementation details, not worth appearing in
CAPI documents. [ci skip]
---
 internal.h               | 1 -
 internal/array.h         | 1 -
 internal/bignum.h        | 1 -
 internal/bits.h          | 1 -
 internal/class.h         | 1 -
 internal/compar.h        | 1 -
 internal/compile.h       | 1 -
 internal/compilers.h     | 1 -
 internal/complex.h       | 1 -
 internal/cont.h          | 1 -
 internal/dir.h           | 1 -
 internal/enc.h           | 1 -
 internal/encoding.h      | 1 -
 internal/enum.h          | 1 -
 internal/enumerator.h    | 1 -
 internal/error.h         | 1 -
 internal/eval.h          | 1 -
 internal/file.h          | 1 -
 internal/fixnum.h        | 1 -
 internal/gc.h            | 1 -
 internal/hash.h          | 1 -
 internal/imemo.h         | 1 -
 internal/inits.h         | 1 -
 internal/io.h            | 1 -
 internal/load.h          | 1 -
 internal/loadpath.h      | 1 -
 internal/math.h          | 1 -
 internal/missing.h       | 1 -
 internal/numeric.h       | 1 -
 internal/object.h        | 1 -
 internal/parse.h         | 1 -
 internal/proc.h          | 1 -
 internal/process.h       | 1 -
 internal/random.h        | 1 -
 internal/range.h         | 1 -
 internal/rational.h      | 1 -
 internal/re.h            | 1 -
 internal/sanitizers.h    | 1 -
 internal/serial.h        | 1 -
 internal/signal.h        | 1 -
 internal/static_assert.h | 1 -
 internal/string.h        | 1 -
 internal/struct.h        | 1 -
 internal/symbol.h        | 1 -
 internal/thread.h        | 1 -
 internal/time.h          | 1 -
 internal/transcode.h     | 1 -
 internal/util.h          | 1 -
 internal/variable.h      | 1 -
 internal/vm.h            | 1 -
 internal/warnings.h      | 1 -
 ruby_assert.h            | 1 -
 variable.h               | 1 -
 version.h                | 1 -
 vm_callinfo.h            | 1 -
 55 files changed, 55 deletions(-)

diff --git a/internal.h b/internal.h
index 883459b..8e5183a 100644
--- a/internal.h
+++ b/internal.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal.h#L1
 #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 97b707f..59739c1 100644
--- a/internal/array.h
+++ b/internal/array.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/array.h#L1
 #ifndef INTERNAL_ARRAY_H                                 /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_ARRAY_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 9b89e61..5cd35ed 100644
--- a/internal/bignum.h
+++ b/internal/bignum.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/bignum.h#L1
 #ifndef INTERNAL_BIGNUM_H                                /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_BIGNUM_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 746947b..2602ff7 100644
--- a/internal/bits.h
+++ b/internal/bits.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/bits.h#L1
 #ifndef INTERNAL_BITS_H                                  /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_BITS_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 cabd5db..00ee62f 100644
--- a/internal/class.h
+++ b/internal/class.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/class.h#L1
 #ifndef INTERNAL_CLASS_H                                 /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_CLASS_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 888a3b5..5e336ad 100644
--- a/internal/compar.h
+++ b/internal/compar.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/compar.h#L1
 #ifndef INTERNAL_COMPAR_H                                /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_COMPAR_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 99c15d6..932dce2 100644
--- a/internal/compile.h
+++ b/internal/compile.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/compile.h#L1
 #ifndef INTERNAL_COMPILE_H                               /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_COMPILE_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 975bf45..26c2f05 100644
--- a/internal/compilers.h
+++ b/internal/compilers.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/compilers.h#L1
 #ifndef INTERNAL_COMPILERS_H                             /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_COMPILERS_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 9eae804..4215165 100644
--- a/internal/complex.h
+++ b/internal/complex.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/complex.h#L1
 #ifndef INTERNAL_COMPLEX_H                               /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_COMPLEX_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 8be1950..5ab120e 100644
--- a/internal/cont.h
+++ b/internal/cont.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/cont.h#L1
 #ifndef INTERNAL_CONT_H                                  /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_CONT_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 ffbdb25..0a4dc90 100644
--- a/internal/dir.h
+++ b/internal/dir.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/dir.h#L1
 #ifndef INTERNAL_DIR_H                                   /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_DIR_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 0afc74d..a005dc8 100644
--- a/internal/enc.h
+++ b/internal/enc.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/enc.h#L1
 #ifndef INTERNAL_ENC_H                                   /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_ENC_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 c0cf061..c48cb24 100644
--- a/internal/encoding.h
+++ b/internal/encoding.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/encoding.h#L1
 #ifndef INTERNAL_ENCODING_H                              /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_ENCODING_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 50890f0..2824644 100644
--- a/internal/enum.h
+++ b/internal/enum.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/enum.h#L1
 #ifndef INTERNAL_ENUM_H                                  /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_ENUM_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @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 2e20c37..e11a684 100644
--- a/internal/enumerator.h
+++ b/internal/enumerator.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/internal/enumerator.h#L1
 #ifndef INTERNAL_ENUMERATOR_H                            /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_ENUMERATOR_H
 /**
- * @file
  * @auth (... truncated)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]