Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
dc60d21a
Commit
dc60d21a
authored
Mar 09, 2013
by
Orta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation update
Minor typos and improved English
parent
159ca279
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
documentation.rb
lib/cocoapods/generator/documentation.rb
+3
-3
No files found.
lib/cocoapods/generator/documentation.rb
View file @
dc60d21a
...
@@ -126,7 +126,7 @@ module Pod
...
@@ -126,7 +126,7 @@ module Pod
absolute_paths
.
map
{
|
f
|
f
.
relative_path_from
(
pod_root
).
to_s
}
absolute_paths
.
map
{
|
f
|
f
.
relative_path_from
(
pod_root
).
to_s
}
end
end
# @return [String] the path of the file to use a
d index of the
# @return [String] the path of the file to use a
s the index of
# documentation relative to the root of the Pod.
# documentation relative to the root of the Pod.
#
#
def
index_file
def
index_file
...
@@ -141,7 +141,7 @@ module Pod
...
@@ -141,7 +141,7 @@ module Pod
# !@group Appledoc options.
# !@group Appledoc options.
# @return [Array<String>] The list of the appledoc options followed by
# @return [Array<String>] The list of the appledoc options followed by
# their value as defined in the specification.
# their value
s
as defined in the specification.
#
#
def
spec_appledoc_options
def
spec_appledoc_options
return
[]
unless
specification
.
documentation
return
[]
unless
specification
.
documentation
...
@@ -149,7 +149,7 @@ module Pod
...
@@ -149,7 +149,7 @@ module Pod
end
end
# @return [Array<String>] The list of the appledoc options followed by
# @return [Array<String>] The list of the appledoc options followed by
# their value.
# their value
s
.
#
#
# @note The appledoc tool terminates with an exits status of 1 if a
# @note The appledoc tool terminates with an exits status of 1 if a
# warning was logged (see `--exit-threshold` option).
# warning was logged (see `--exit-threshold` option).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment