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

ruby-changes:31018

From: zzak <ko1@a...>
Date: Mon, 30 Sep 2013 23:02:37 +0900 (JST)
Subject: [ruby-changes:31018] zzak:r43097 (trunk): * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fix

zzak	2013-09-30 23:02:31 +0900 (Mon, 30 Sep 2013)

  New Revision: 43097

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

  Log:
    * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fix
      small grammar typo

  Modified files:
    trunk/ChangeLog
    trunk/ext/objspace/object_tracing.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43096)
+++ ChangeLog	(revision 43097)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Sep 30 23:01:01 2013  Zachary Scott  <e@z...>
+
+	* ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fix
+	  small grammar typo
+
 Mon Sep 30 17:28:39 2013  Koichi Sasada  <ko1@a...>
 
 	* ext/objspace/object_tracing.c: [DOC] add some nots for 
Index: ext/objspace/object_tracing.c
===================================================================
--- ext/objspace/object_tracing.c	(revision 43096)
+++ ext/objspace/object_tracing.c	(revision 43097)
@@ -176,8 +176,8 @@ trace_object_allocations_start(VALUE sel https://github.com/ruby/ruby/blob/trunk/ext/objspace/object_tracing.c#L176
  *
  * Stop tracing object allocations.
  *
- * Note that if trace_object_allocations_start is called n-times, then
- * stop tracing after calling trace_object_allocations_stop n-times.
+ * Note that if ::trace_object_allocations_start is called n-times, then stop
+ * tracing after calling ::trace_object_allocations_stop n-times.
  *
  */
 static VALUE
@@ -244,11 +244,10 @@ trace_object_allocations_clear(VALUE sel https://github.com/ruby/ruby/blob/trunk/ext/objspace/object_tracing.c#L244
  *	C.new.foo #=> "objtrace.rb:8"
  *
  * This example has included the ObjectSpace module to make it easier to read,
- * but you can also use the
- * "<code>ObjectSpace::trace_object_allocations</code>" notation (recommended).
+ * but you can also use the ::trace_object_allocations notation (recommended).
  *
- * Note that this feature introduces huge performance down and huge memory
- * consumption.
+ * Note that this feature introduces a huge performance decrease and huge
+ * memory consumption.
  */
 static VALUE
 trace_object_allocations(VALUE self)

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

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