summaryrefslogtreecommitdiff
path: root/ext/dbm
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-12 03:59:50 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-12 03:59:50 +0000
commitd075c430cb7823c1e7bf67be73f432edfa062549 (patch)
treeb72c9c0277916afa3047c50efa486278096cde92 /ext/dbm
parenteadb8b5897c2cc7002e24b795cf007de5d1ec950 (diff)
* 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
Diffstat (limited to 'ext/dbm')
-rw-r--r--ext/dbm/extconf.rb2
1 files changed, 2 insertions, 0 deletions
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: