Skip to content

Commit

Permalink
more doc polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Dec 5, 2019
1 parent 6dad4f1 commit 0944c12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/vips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ module GObject
# memory buffers, create images that wrap C-style memory arrays, or make images
# from constants.
#
# Use {Streami} and {Image.new_from_stream} to load images from any data
# source, for example URIs.
#
# The next line:
#
# ```ruby
Expand Down Expand Up @@ -253,6 +256,9 @@ module GObject
# suffix. You can also write formatted images to memory buffers, or dump
# image data to a raw memory array.
#
# Use {Streamo} and {Image#write_to_stream} to write formatted images to
# any data sink, for example URIs.
#
# # How it works
#
# The binding uses [ruby-ffi](https://github.com/ffi/ffi) to open the libvips
Expand Down Expand Up @@ -469,7 +475,7 @@ module GObject
# ```
#
# The `:eval` signal will fire for every tile that is processed. You can stop
# progress with Image#set_kill and processing will end with an exception.
# progress with {Image#set_kill} and processing will end with an exception.
#
# # Overloads
#
Expand Down

0 comments on commit 0944c12

Please sign in to comment.