We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef94340 commit 87122faCopy full SHA for 87122fa
3 files changed
.yardopts
@@ -0,0 +1,6 @@
1
+--output-dir doc/reference
2
+--markup markdown
3
+--no-private
4
+lib/**/*.rb
5
+-
6
+doc/text/*
Rakefile
@@ -1,13 +1,16 @@
require "bundler/gem_helper"
+require "yard"
base_dir = File.expand_path("..", __FILE__)
helper = Bundler::GemHelper.new(base_dir)
helper.install
-spec = helper.gemspec
7
8
desc "Run test"
9
task :test do
10
ruby("test/run-test.rb")
11
end
12
13
task default: :test
14
+
15
+YARD::Rake::YardocTask.new do |task|
16
+end
unicode_plot.gemspec
@@ -34,4 +34,5 @@ Gem::Specification.new do |spec|
34
spec.add_development_dependency "bundler", ">= 1.17"
35
spec.add_development_dependency "rake"
36
spec.add_development_dependency "test-unit"
37
+ spec.add_development_dependency "yard"
38
0 commit comments