Commit 7dbcda41 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Documentation] Clarify what Analyzer#sources returns

parent 8eba1796
...@@ -363,9 +363,12 @@ module Pod ...@@ -363,9 +363,12 @@ module Pod
# Returns the sources used to query for specifications # Returns the sources used to query for specifications
# #
# @note Currently, this defaults to {SourcesManager.all} when no
# Podfile sources are defined, but this implicit declaration of
# sources is deprecated.
#
# @return [Array<Source>] the sources to be used in finding # @return [Array<Source>] the sources to be used in finding
# specifications, as specified by the {#podfile}, defaulting to # specifications, as specified by the {#podfile}.
# {SourcesManager.master}
# #
def sources def sources
@sources ||= begin @sources ||= begin
......
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