Skip to content

Commit

Permalink
Merge pull request #20 from kastiglione/fix-build_configurations-yard…
Browse files Browse the repository at this point in the history
…oc-sytax

Fix syntax of YARD documentation for #build_configurations
  • Loading branch information
alloy committed Jul 5, 2012
2 parents 4042ea0 + 53a45ff commit a827965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/xcodeproj/project.rb
Expand Up @@ -180,8 +180,8 @@ def add_system_framework(name)
end
end

# @return [PBXObjectList<XCBuildConfiguration] A list of project wide
# build configurations.
# @return [PBXObjectList<XCBuildConfiguration>] A list of project wide
# build configurations.
def build_configurations
root_object.build_configuration_list.build_configurations
end
Expand Down

0 comments on commit a827965

Please sign in to comment.