ruby-changes:67845
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:02:38 +0900 (JST)
Subject: [ruby-changes:67845] 5a79439a68 (master): include/ruby/missing.h: skip doxygen
https://git.ruby-lang.org/ruby.git/commit/?id=5a79439a68 From 5a79439a683b405a1d766d99bf477ba63aa97118 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: Fri, 2 Jul 2021 14:57:19 +0900 Subject: include/ruby/missing.h: skip doxygen We don't want to document e.g. M_PI, which is an ISO C thing. --- include/ruby/missing.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ruby/missing.h b/include/ruby/missing.h index 824d5fe..145c5a1 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/missing.h#L1 #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. -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/