summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-07-02 14:57:19 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit5a79439a683b405a1d766d99bf477ba63aa97118 (patch)
treee531f532019a60edf122f9a0feef8f58111b6642
parent56c0475036846f542529c52d9c78be9586ecf87d (diff)
include/ruby/missing.h: skip doxygen
We don't want to document e.g. M_PI, which is an ISO C thing.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
-rw-r--r--include/ruby/missing.h1
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.