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

ruby-changes:37600

From: nobu <ko1@a...>
Date: Sun, 22 Feb 2015 07:56:22 +0900 (JST)
Subject: [ruby-changes:37600] nobu:r49681 (trunk): ossl_asn1.c: fix doc

nobu	2015-02-22 07:56:06 +0900 (Sun, 22 Feb 2015)

  New Revision: 49681

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

  Log:
    ossl_asn1.c: fix doc
    
    * ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid): [DOC] fix
      notation, an instance method but not a class method.

  Modified files:
    trunk/ext/openssl/ossl_asn1.c
Index: ext/openssl/ossl_asn1.c
===================================================================
--- ext/openssl/ossl_asn1.c	(revision 49680)
+++ ext/openssl/ossl_asn1.c	(revision 49681)
@@ -1424,7 +1424,7 @@ ossl_asn1obj_get_ln(VALUE self) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_asn1.c#L1424
     return ret;
 }
 
-/* Document-method: OpenSSL::ASN1::ObjectId.oid
+/* Document-method: OpenSSL::ASN1::ObjectId#oid
  *
  * The object identifier as a +String+, e.g. "1.2.3.4.5"
  */

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

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