minor: doc fixes
This commit is contained in:
parent
1f7cbc70d0
commit
75ff1aa633
2
Rakefile
2
Rakefile
|
@ -141,7 +141,7 @@ task :ydoc do
|
|||
require File.join(File.dirname(__FILE__), 'lib', 'mongo')
|
||||
out = File.join('ydoc', Mongo::VERSION)
|
||||
FileUtils.rm_rf('ydoc')
|
||||
system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e ./yard/yard_ext.rb -p yard/templates -o #{out} --title MongoRuby-#{Mongo::VERSION} --files docs/TUTORIAL.md,docs/GridFS.md,docs/FAQ.md,docs/REPLICA_SETS.md,docs/WRITE_CONCERN.md,docs/READ_PREFERENCE.md,docs/HISTORY.md,docs/CREDITS.md,docs/RELEASES.md"
|
||||
system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e ./yard/yard_ext.rb -p yard/templates -o #{out} --title MongoRuby-#{Mongo::VERSION} --files docs/TUTORIAL.md,docs/GridFS.md,docs/FAQ.md,docs/REPLICA_SETS.md,docs/WRITE_CONCERN.md,docs/READ_PREFERENCE.md,docs/HISTORY.md,docs/CREDITS.md,docs/RELEASES.md,docs/CREDITS.md,docs/TAILABLE_CURSORS.md"
|
||||
end
|
||||
|
||||
namespace :bamboo do
|
||||
|
|
|
@ -48,8 +48,8 @@ UNRELEASED
|
|||
|
||||
* Fix the exception message shown when there's an IOError (Mauro Pompilio)
|
||||
* Another update to map-reduce docs for v1.8. Note that if you use the new
|
||||
output option {:out => {:inline => true}}, then you must also specify
|
||||
:raw => true.
|
||||
output option `{:out => {:inline => true}}`, then you must also specify
|
||||
`:raw => true`.
|
||||
|
||||
### 1.2.3
|
||||
2011-2-22
|
||||
|
|
Loading…
Reference in New Issue