[前][次][番号順一覧][スレッド一覧]

ruby-changes:13737

From: nobu <ko1@a...>
Date: Wed, 28 Oct 2009 17:02:10 +0900 (JST)
Subject: [ruby-changes:13737] Ruby:r25530 (trunk): * encoding.c (enc_find): fixed rdoc formatting.

nobu	2009-10-28 17:02:02 +0900 (Wed, 28 Oct 2009)

  New Revision: 25530

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25530

  Log:
    * encoding.c (enc_find): fixed rdoc formatting.

  Modified files:
    trunk/encoding.c

Index: encoding.c
===================================================================
--- encoding.c	(revision 25529)
+++ encoding.c	(revision 25530)
@@ -987,14 +987,15 @@
  * Names which this method accept are encoding names and aliases
  * including following special aliases
  *
- * * external (default external encoding)
- * * internal (default internal encoding)
- * * locale   (locale encoding)
- * * filesystem (filesystem encoding)
+ * "external"::   default external encoding
+ * "internal"::   default internal encoding
+ * "locale"::     locale encoding
+ * "filesystem":: filesystem encoding
  *
  * An ArgumentError is raised when no encoding with <i>name</i>.
- * Only +Encoding.find("internal")+ however returns nil when no encoding named "internal",
- * in other words, when Ruby has no default internal encoding.
+ * Only <code>Encoding.find("internal")</code> however returns nil
+ * when no encoding named "internal", in other words, when Ruby has no
+ * default internal encoding.
  */
 static VALUE
 enc_find(VALUE klass, VALUE enc)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]