summaryrefslogtreecommitdiff
path: root/internal/inits.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/inits.h')
-rw-r--r--internal/inits.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/inits.h b/internal/inits.h
index c9ef513728..e0d417455d 100644
--- a/internal/inits.h
+++ b/internal/inits.h
@@ -1,14 +1,14 @@
-#ifndef INTERNAL_INITS_H /* -*- C -*- */
-#define INTERNAL_INITS_H
-/**
+/** \noop-*-C-*-vi:ft=c
* @file
- * @brief Internal header aggregating init functions.
- * @author \@shyouhei
+ * @author Ruby developers <ruby-core@ruby-lang.org>
* @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 aggregating init functions.
*/
+#ifndef INTERNAL_INITS_H
+#define INTERNAL_INITS_H
/* class.c */
void Init_class_hierarchy(void);