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
7b68080f
Commit
7b68080f
authored
Mar 17, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appledoc options tweak
parent
933b00c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
docs_generator.rb
lib/cocoapods/docs_generator.rb
+1
-2
No files found.
lib/cocoapods/docs_generator.rb
View file @
7b68080f
...
@@ -61,7 +61,6 @@ module Pod
...
@@ -61,7 +61,6 @@ module Pod
'--ignore'
,
'.m'
,
'--ignore'
,
'.m'
,
'--keep-undocumented-objects'
,
'--keep-undocumented-objects'
,
'--keep-undocumented-members'
]
'--keep-undocumented-members'
]
index
=
index_file
index
=
index_file
options
+=
[
'--index-desc'
,
index
]
if
index
options
+=
[
'--index-desc'
,
index
]
if
index
options
+=
spec_appledoc_options
options
+=
spec_appledoc_options
...
@@ -71,7 +70,7 @@ module Pod
...
@@ -71,7 +70,7 @@ module Pod
options
=
generate_appledoc_options
options
=
generate_appledoc_options
options
+=
[
'--output'
,
@target_path
]
options
+=
[
'--output'
,
@target_path
]
options
+=
[
'--keep-intermediate-files'
]
options
+=
[
'--keep-intermediate-files'
]
options
+=
[
'--no-create-docset'
]
unless
install
options
+=
install
?
[
'-create-docset'
]
:
[
'--no-create-docset'
]
@target_path
.
mkpath
@target_path
.
mkpath
@pod
.
chdir
do
@pod
.
chdir
do
appledoc
(
options
)
appledoc
(
options
)
...
...
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