From 20cb8e8aeab916d659c0359a35687bb8df1f31a6 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Thu, 8 Aug 2019 17:34:50 +0900 Subject: main.c: Add doxygen mainpage The document is experimentally produced in: https://rubyci.s3.amazonaws.com/doxygen/modules.html --- main.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 6e8ab7b9fe..313aaedd42 100644 --- a/main.c +++ b/main.c @@ -9,6 +9,14 @@ **********************************************************************/ +/*! + * \mainpage Developers' documentation for Ruby + * + * This documentation is produced by applying Doxygen to + * Ruby's source code. + * It is still under construction (and even not well-maintained). + * If you are familiar with Ruby's source code, please improve the doc. + */ #undef RUBY_EXPORT #include "ruby.h" #include "vm_debug.h" -- cgit v1.2.1