diff options
Diffstat (limited to 'internal/enum.h')
-rw-r--r-- | internal/enum.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/enum.h b/internal/enum.h index 70eec55c7f..d14a7b367a 100644 --- a/internal/enum.h +++ b/internal/enum.h @@ -1,14 +1,14 @@ -#ifndef INTERNAL_ENUM_H /* -*- C -*- */ -#define INTERNAL_ENUM_H -/** +/** \noop-*-C-*-vi:ft=c * @file - * @brief Internal header for Enumerable. - * @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 Enumerable. */ +#ifndef INTERNAL_ENUM_H +#define INTERNAL_ENUM_H #include "ruby/ruby.h" /* for VALUE */ /* enum.c */ |