Skip to content

Commit

Permalink
update docs of resolve_image_path method
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Sep 24, 2016
1 parent bb168e0 commit 5e8c596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/asciidoctor-pdf/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2616,10 +2616,10 @@ def resolve_imagesdir doc

# Resolve the system path of the specified image path.
#
# Resolve and normalize the absolute system path of the specified image,
# taking into account the imagesdir attribute. If an image path is not
# specified, the path is read from the target attribute of the specified
# document node.
# Resolve and normalize the absolute system path of the specified image. If
# the image_path argument is not specified, the path is read from the target
# attribute of the specified document node. Resolve the path relative to the
# imagesdir if the relative_to_imagesdir option is specified (default: true).
#
# If the target is a URI and the allow-uri-read attribute is set on the
# document, read the file contents to a temporary file and return the path to
Expand Down

0 comments on commit 5e8c596

Please sign in to comment.