aboutsummaryrefslogtreecommitdiffstats
path: root/version.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-18 14:24:07 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commitf83b14af247c56083fa19f2f0ca47ba4088b324f (patch)
tree8a14c57d3e3da3112ff1e9bfe627aa8c2857a944 /version.c
parent03fd22a170977f23b6c75981c41b3b90b4704975 (diff)
downloadruby-f83b14af247c56083fa19f2f0ca47ba4088b324f.tar.gz
include/ruby/internal/interpreter.h: add doxygen
Must not be a bad idea to improve documents. [ci skip] In fact many functions declared in the header file are already documented more or less. They were just copy & pasted, with applying some style updates.
Diffstat (limited to 'version.c')
-rw-r--r--version.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/version.c b/version.c
index 7e1c0cb4cf..49738211a4 100644
--- a/version.c
+++ b/version.c
@@ -114,7 +114,6 @@ Init_ruby_description(void)
rb_define_global_const("RUBY_DESCRIPTION", /* MKSTR(description) */ description);
}
-/*! Prints the version information of the CRuby interpreter to stdout. */
void
ruby_show_version(void)
{
@@ -133,7 +132,6 @@ ruby_show_version(void)
fflush(stdout);
}
-/*! Prints the copyright notice of the CRuby interpreter to stdout. */
void
ruby_show_copyright(void)
{