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"