We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d89db2 commit e34345bCopy full SHA for e34345b
History.txt
@@ -2,6 +2,7 @@
2
3
* N Bug Fixes
4
* Don't complain when exiting normally. Bug by Matt Neuburg.
5
+ * Restore --inline-source that warns.
6
7
=== 2.4.0 / 2009-02-24
8
lib/rdoc/options.rb
@@ -403,6 +403,16 @@ def parse(argv)
403
"'\%s', the filename will be appended to it.") do |value|
404
@webcvs = value
405
end
406
+
407
+ opt.separator nil
408
409
+ opt.separator 'Deprecated options - these warn when set'
410
411
412
413
+ opt.on("--inline-source", "-S") do |value|
414
+ warn "--inline-source will be removed from RDoc on or after August 2009"
415
+ end
416
417
418
argv.insert(0, *ENV['RDOCOPT'].split) if ENV['RDOCOPT']
0 commit comments