1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

include/ruby/backward/2/limits.h: skip doxygen

For instane CHAR_BIT is an ANSI C macro which should be documented in
other places than Ruby (and the definition in this file must work
exactly identical to that of standard one). [ci skip]
This commit is contained in:
卜部昌平 2021-06-07 14:46:28 +09:00
parent 7ead69068e
commit 0f9cf6d4d0
Notes: git 2021-09-10 20:01:15 +09:00

View file

@ -1,7 +1,6 @@
#ifndef RUBY_BACKWARD2_LIMITS_H /*-*-C++-*-vi:se ft=cpp:*/
#define RUBY_BACKWARD2_LIMITS_H
/**
* @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
@ -21,7 +20,7 @@
* @brief Historical shim for `<limits.h>`.
*
* The macros in this header file are obsolescent. Does anyone really need our
* own definition of #CHAR_BIT today?
* own definition of `CHAR_BIT` today?
*/
#include "ruby/internal/config.h"