Commit 50bdca2a authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Added missing parameter documentation

parent d8f804d7
...@@ -26,6 +26,10 @@ module Pod ...@@ -26,6 +26,10 @@ module Pod
@search_paths = [] @search_paths = []
end end
# @param [Platform] platform
# indicate for which platform the header search paths should be
# returned
#
# @return [Array<String>] All the search paths of the header directory in # @return [Array<String>] All the search paths of the header directory in
# xcconfig format. The paths are specified relative to the pods # xcconfig format. The paths are specified relative to the pods
# root with the `${PODS_ROOT}` variable. # root with the `${PODS_ROOT}` variable.
......
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