diff options
author | Hans Bolinder <[email protected]> | 2013-04-19 15:29:19 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-04-19 15:33:28 +0200 |
commit | 1f3afa8143d9aabc178b6fbcd09a693fc105065a (patch) | |
tree | 4accded8cb3042f9ccac9b0c730c5993c6e7ce02 /lib/edoc | |
parent | a934a97dd7006a85b279fd6af3d245fd2357b3ae (diff) | |
download | otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.tar.gz otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.tar.bz2 otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.zip |
Remove the "coding: utf-8" comment from all Erlang source files
Diffstat (limited to 'lib/edoc')
-rw-r--r-- | lib/edoc/src/edoc_lib.erl | 1 | ||||
-rw-r--r-- | lib/edoc/src/edoc_parser.yrl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/edoc/src/edoc_lib.erl b/lib/edoc/src/edoc_lib.erl index 276f48453e..ca9df2b632 100644 --- a/lib/edoc/src/edoc_lib.erl +++ b/lib/edoc/src/edoc_lib.erl @@ -1,4 +1,3 @@ -%% -*- coding: utf-8 -*- %% ===================================================================== %% This library is free software; you can redistribute it and/or modify %% it under the terms of the GNU Lesser General Public License as diff --git a/lib/edoc/src/edoc_parser.yrl b/lib/edoc/src/edoc_parser.yrl index a20f152f34..7762f2da7d 100644 --- a/lib/edoc/src/edoc_parser.yrl +++ b/lib/edoc/src/edoc_parser.yrl @@ -1,4 +1,3 @@ -%% -*- coding: utf-8 -*- %% ========================== -*-Erlang-*- ============================= %% EDoc type specification grammar for the Yecc parser generator, %% adapted from Sven-Olof Nyström's type specification parser. |