ZJIT: Add newrange support (#13505)
[ruby.git] / internal / enumerator.h
index e4575f2..e11a684 100644 (file)
@@ -1,13 +1,12 @@
-#ifndef INTERNAL_ENUMERATOR_H /* -*- C -*- */
+#ifndef INTERNAL_ENUMERATOR_H                            /*-*-C-*-vi:se ft=c:*/
 #define INTERNAL_ENUMERATOR_H
 /**
- * @file
- * @brief      Internal header for Enumerator.
- * @author     \@shyouhei
+ * @author     Ruby developers <[email protected]>
  * @copyright  This  file  is   a  part  of  the   programming  language  Ruby.
  *             Permission  is hereby  granted,  to  either redistribute  and/or
  *             modify this file, provided that  the conditions mentioned in the
  *             file COPYING are met.  Consult the file for details.
+ * @brief      Internal header for Enumerator.
  */
 #include "ruby/ruby.h"          /* for VALUE */
 #include "ruby/intern.h"        /* for rb_enumerator_size_func */