From 676073b62eb9a0e7b368c3a0a6ebb01aa1a8791b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 8 Sep 2021 17:03:56 +0900 Subject: [PATCH] include/ruby.h: skip doxygen Everything defined in this header file are for backwards compatibility only. No one practically need them any longer. [ci skip] --- include/ruby.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ruby.h b/include/ruby.h index 2775c11a40..789804b7b4 100644 --- a/include/ruby.h +++ b/include/ruby.h @@ -1,7 +1,6 @@ #ifndef RUBY_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_H 1 /** - * @file * @author $Author$ * @date Sun 10 12:06:15 Jun JST 2007 * @copyright 2007-2008 Yukihiro Matsumoto