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:
parent
b39efb163d
commit
20cb8e8aea
1 changed files with 8 additions and 0 deletions
8
main.c
8
main.c
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue