diff options
author | 卜部昌平 <[email protected]> | 2020-12-18 14:24:07 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-09-10 20:00:06 +0900 |
commit | f83b14af247c56083fa19f2f0ca47ba4088b324f (patch) | |
tree | 8a14c57d3e3da3112ff1e9bfe627aa8c2857a944 /version.c | |
parent | 03fd22a170977f23b6c75981c41b3b90b4704975 (diff) |
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.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) { |