Commit 7b68080f authored by Fabio Pelosin's avatar Fabio Pelosin

appledoc options tweak

parent 933b00c9
......@@ -61,7 +61,6 @@ module Pod
'--ignore', '.m',
'--keep-undocumented-objects',
'--keep-undocumented-members']
index = index_file
options += ['--index-desc', index] if index
options += spec_appledoc_options
......@@ -71,7 +70,7 @@ module Pod
options = generate_appledoc_options
options += ['--output', @target_path]
options += ['--keep-intermediate-files']
options += ['--no-create-docset'] unless install
options += install ? ['-create-docset'] : ['--no-create-docset']
@target_path.mkpath
@pod.chdir do
appledoc(options)
......
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