summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-05-13 13:03:55 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit0375f1fe9728638da51d1fae0c87b3176f24d9ec (patch)
treea0b87f95ab748f0b82ed51dab96262c1f64dc7b7 /complex.c
parent0f3ae588822fb63435d38b91001afd0237900fa8 (diff)
downloadruby-0375f1fe9728638da51d1fae0c87b3176f24d9ec.tar.gz
include/ruby/internal/intern/complex.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/complex.c b/complex.c
index 54690ebc1d..584619af14 100644
--- a/complex.c
+++ b/complex.c
@@ -1557,13 +1557,6 @@ rb_Complex(VALUE x, VALUE y)
return nucomp_s_convert(2, a, rb_cComplex);
}
-/*!
- * Creates a Complex object.
- *
- * \param real real part value
- * \param imag imaginary part value
- * \return a new Complex object
- */
VALUE
rb_dbl_complex_new(double real, double imag)
{