summaryrefslogtreecommitdiff
path: root/internal/loadpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/loadpath.h')
-rw-r--r--internal/loadpath.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/loadpath.h b/internal/loadpath.h
index df8078924c..b975d4992d 100644
--- a/internal/loadpath.h
+++ b/internal/loadpath.h
@@ -1,14 +1,14 @@
-#ifndef INTERNAL_LOADPATH_H /* -*- C -*- */
-#define INTERNAL_LOADPATH_H
-/**
+/** \noop-*-C-*-vi:ft=c
* @file
- * @brief Internal header for $LOAD_PATH.
- * @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 for $LOAD_PATH.
*/
+#ifndef INTERNAL_LOADPATH_H
+#define INTERNAL_LOADPATH_H
/* loadpath.c */
extern const char ruby_exec_prefix[];