Commit bc546236 authored by Vincent Isambart's avatar Vincent Isambart

Fix comments

parent ade4cefe
...@@ -223,10 +223,6 @@ module Pod ...@@ -223,10 +223,6 @@ module Pod
# The consumer file accessor for which the headers need to be # The consumer file accessor for which the headers need to be
# linked. # linked.
# #
# @return [Hash{Pathname => Array<Pathname>}] A hash containing the
# headers folders as the keys and the absolute paths of the
# header files as the values.
#
def vendored_frameworks_header_mappings(headers_sandbox, file_accessor) def vendored_frameworks_header_mappings(headers_sandbox, file_accessor)
mappings = {} mappings = {}
file_accessor.vendored_frameworks.each do |framework| file_accessor.vendored_frameworks.each do |framework|
......
...@@ -154,7 +154,7 @@ module Pod ...@@ -154,7 +154,7 @@ module Pod
# @param [Pathname] framework # @param [Pathname] framework
# The vendored framework to search into. # The vendored framework to search into.
# @return [Array<Pathname>] The paths of the header directory of the # @return [Pathname] The path of the header directory of the
# vendored framework. # vendored framework.
# #
def self.vendored_frameworks_headers_dir(framework) def self.vendored_frameworks_headers_dir(framework)
......
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