diff options
author | Hans Bolinder <[email protected]> | 2013-01-09 10:00:46 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-01-09 10:00:46 +0100 |
commit | ec68166e7512cb442f4995c0e3044a106f1a6372 (patch) | |
tree | ba5f395e721076ef1fac49ee4ed856e76cb316df /lib/edoc/src/edoc_parser.yrl | |
parent | 151f7832c74975297b1dce6302dd192285d7c2a8 (diff) | |
parent | 93d2c2c88e88168354782f356bdf572d0c3aa462 (diff) | |
download | otp-ec68166e7512cb442f4995c0e3044a106f1a6372.tar.gz otp-ec68166e7512cb442f4995c0e3044a106f1a6372.tar.bz2 otp-ec68166e7512cb442f4995c0e3044a106f1a6372.zip |
Merge branch 'hb/prepare_for_unicode/OTP-10630'
* hb/prepare_for_unicode/OTP-10630:
Prepare OTP files for Unicode as default encoding
Diffstat (limited to 'lib/edoc/src/edoc_parser.yrl')
-rw-r--r-- | lib/edoc/src/edoc_parser.yrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/edoc/src/edoc_parser.yrl b/lib/edoc/src/edoc_parser.yrl index d7c1b1c045..9351217618 100644 --- a/lib/edoc/src/edoc_parser.yrl +++ b/lib/edoc/src/edoc_parser.yrl @@ -1,6 +1,7 @@ +%% -*- coding: utf-8 -*- %% ========================== -*-Erlang-*- ============================= %% EDoc type specification grammar for the Yecc parser generator, -%% adapted from Sven-Olof Nystr�m's type specification parser. +%% adapted from Sven-Olof Nyström's type specification parser. %% %% Also contains entry points for parsing things like typedefs, %% references, and throws-declarations. |