diff options
Diffstat (limited to 'internal/complex.h')
-rw-r--r-- | internal/complex.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/complex.h b/internal/complex.h index 0a8ecfb0d9..f435f143ef 100644 --- a/internal/complex.h +++ b/internal/complex.h @@ -1,14 +1,14 @@ -#ifndef INTERNAL_COMPLEX_H /* -*- C -*- */ -#define INTERNAL_COMPLEX_H -/** +/** \noop-*-C-*-vi:ft=c * @file - * @brief Internal header for Complex. - * @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 Complex. */ +#ifndef INTERNAL_COMPLEX_H +#define INTERNAL_COMPLEX_H #include "ruby/ruby.h" /* for struct RBasic */ struct RComplex { |