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

ruby-changes:30451

From: zzak <ko1@a...>
Date: Mon, 12 Aug 2013 12:54:50 +0900 (JST)
Subject: [ruby-changes:30451] zzak:r42530 (trunk): * ext/dbm/dbm.c: [DOC] Reformat headings of DBM class

zzak	2013-08-12 12:54:32 +0900 (Mon, 12 Aug 2013)

  New Revision: 42530

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

  Log:
    * ext/dbm/dbm.c: [DOC] Reformat headings of DBM class

  Modified files:
    trunk/ChangeLog
    trunk/ext/dbm/dbm.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42529)
+++ ChangeLog	(revision 42530)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Aug 12 12:53:39 2013  Zachary Scott  <e@z...>
+
+	* ext/dbm/dbm.c: [DOC] Reformat headings of DBM class
+
 Mon Aug 12 12:46:31 2013  Zachary Scott  <e@z...>
 
 	* lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and add
Index: ext/dbm/dbm.c
===================================================================
--- ext/dbm/dbm.c	(revision 42529)
+++ ext/dbm/dbm.c	(revision 42530)
@@ -957,8 +957,7 @@ fdbm_reject(VALUE obj) https://github.com/ruby/ruby/blob/trunk/ext/dbm/dbm.c#L957
 }
 
 /*
- * Documented by mathew meta@p...
- * = Introduction
+ * == Introduction
  *
  * The DBM class provides a wrapper to a Unix-style
  * {dbm}[http://en.wikipedia.org/wiki/Dbm] or Database Manager library.
@@ -984,7 +983,7 @@ fdbm_reject(VALUE obj) https://github.com/ruby/ruby/blob/trunk/ext/dbm/dbm.c#L983
  * All of these dbm implementations have their own Ruby interfaces
  * available, which provide richer (but varying) APIs.
  *
- * = Cautions
+ * == Cautions
  *
  * Before you decide to use DBM, there are some issues you should consider:
  *
@@ -1009,7 +1008,7 @@ fdbm_reject(VALUE obj) https://github.com/ruby/ruby/blob/trunk/ext/dbm/dbm.c#L1008
  * important data. It is probably best used as a fast and easy alternative
  * to a Hash for processing large amounts of data.
  *
- * = Example
+ * == Example
  *
  *  require 'dbm'
  *  db = DBM.open('rfcs', 666, DBM::CREATRW)

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

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