1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

main.c: Add doxygen mainpage

The document is experimentally produced in:
https://rubyci.s3.amazonaws.com/doxygen/modules.html
This commit is contained in:
Yusuke Endoh 2019-08-08 17:34:50 +09:00
parent b39efb163d
commit 20cb8e8aea

8
main.c
View file

@ -9,6 +9,14 @@
**********************************************************************/
/*!
* \mainpage Developers' documentation for Ruby
*
* This documentation is produced by applying Doxygen to
* <a href="https://github.com/ruby/ruby">Ruby's source code</a>.
* 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"