From 84b6986c7a5effd33cd9e84a5b5393cde8bf0d2c Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 3 Nov 2012 23:47:55 +0900 Subject: [PATCH] change the framework title --- Rakefile | 4 ++-- doc/RubyMotion.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 8b757eb2..4e9276b2 100644 --- a/Rakefile +++ b/Rakefile @@ -233,7 +233,7 @@ namespace :doc do docset_files = Dir.glob(File.join(DOCSET_RUBY_FILES_DIR, '*.rb')).join(" ") sh "#{YARDOC} -o #{OUTPUT_FRAMEWORK_DOC_DIR} #{docset_files}" - save_class_list("#{name} Framework Classes", OUTPUT_FRAMEWORK_DOC_DIR, "#{OUTPUT_DIR}/#{name}.md") + save_class_list("#{name}", OUTPUT_FRAMEWORK_DOC_DIR, "#{OUTPUT_DIR}/#{name}.md") end desc "Generate RubyMotion Classes List" @@ -244,7 +244,7 @@ namespace :doc do FileUtils.rm_rf OUTPUT_RUBY_DOC_DIR sh "#{YARDOC} -o #{OUTPUT_RUBY_DOC_DIR} #{rubymotion_files}" - save_class_list("RubyMotion Classes", OUTPUT_RUBY_DOC_DIR, "doc/RubyMotion.md") + save_class_list("RubyMotion", OUTPUT_RUBY_DOC_DIR, "doc/RubyMotion.md") end desc "Generate iOS SDK Framework Classes List" diff --git a/doc/RubyMotion.md b/doc/RubyMotion.md index 53d94038..d5b20b80 100644 --- a/doc/RubyMotion.md +++ b/doc/RubyMotion.md @@ -1,6 +1,6 @@ # @markup markdown -# @title RubyMotion Classes -# RubyMotion Classes +# @title RubyMotion +# RubyMotion - [ARGF](ARGF.html) - [ArgumentError](ArgumentError.html) - [Array](Array.html)