From d075c430cb7823c1e7bf67be73f432edfa062549 Mon Sep 17 00:00:00 2001 From: zzak Date: Mon, 12 Aug 2013 03:59:50 +0000 Subject: * ext/dbm/extconf.rb: [DOC] Hide from RDoc Some libraries might want to document extconf.rb so RDoc treats it like any other ruby program. However, DBM users shouldn't care about these methods. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dbm/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb index 5a04881616..68070c9970 100644 --- a/ext/dbm/extconf.rb +++ b/ext/dbm/extconf.rb @@ -14,6 +14,7 @@ # qdbm QDBM (libqdbm) # ndbm Some legacy OS may have libndbm. +# :stopdoc: require 'mkmf' dir_config("dbm") @@ -268,3 +269,4 @@ if dblib.any? {|db| headers.fetch(db, ["ndbm.h"]).any? {|hdr| headers.db_check(d convertible_int("datum.dsize", headers.found, headers.defs) create_makefile("dbm") end +# :startdoc: -- cgit v1.2.3