diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2021-07-02 14:57:19 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2021-09-10 20:00:06 +0900 |
commit | 5a79439a683b405a1d766d99bf477ba63aa97118 (patch) | |
tree | e531f532019a60edf122f9a0feef8f58111b6642 /include/ruby | |
parent | 56c0475036846f542529c52d9c78be9586ecf87d (diff) | |
download | ruby-5a79439a683b405a1d766d99bf477ba63aa97118.tar.gz |
include/ruby/missing.h: skip doxygen
We don't want to document e.g. M_PI, which is an ISO C thing.
Diffstat (limited to 'include/ruby')
-rw-r--r-- | include/ruby/missing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h index 824d5fe198..145c5a125c 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -1,7 +1,6 @@ #ifndef RUBY_MISSING_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_MISSING_H 1 /** - * @file * @author $Author$ * @date Sat May 11 23:46:03 JST 2002 * @copyright This file is a part of the programming language Ruby. |