Commit d57e01a6 authored by Marius Rackwitz's avatar Marius Rackwitz Committed by Samuel Giddins

[Doc] Clarify what PodTarget#scope_suffix does

parent 1f065f02
...@@ -16,8 +16,10 @@ module Pod ...@@ -16,8 +16,10 @@ module Pod
# #
attr_reader :build_headers attr_reader :build_headers
# @return [String] used for the label and the directory name, which is used to # @return [String] used as suffix in the label
# scope the build product in the default configuration build dir. #
# @note This affects the value returned by #configuration_build_dir
# and accessors relying on this as #build_product_path.
# #
attr_reader :scope_suffix attr_reader :scope_suffix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment