Commit 933b00c9 authored by Fabio Pelosin's avatar Fabio Pelosin

improved doc description

parent ce731f92
...@@ -52,19 +52,22 @@ module Pod ...@@ -52,19 +52,22 @@ module Pod
s.description = 'An optional longer description of #{@name}.' s.description = 'An optional longer description of #{@name}.'
# If available specify the documentation sources. # If available specify the documentation homepage.
# :html The online link for the documentation. # :html The online link for the documentation.
# :appledoc If the pod uses appledoc specify the options. The command # :appledoc Ammend the default appledoc options used
# will be run on the files specified in s.source_file. # by cocoapods if needed.
# #
s.documentation = { s.documentation = {
# :html => 'http://EXAMPLE/#{@name}/documentation', # :html => 'http://EXAMPLE/#{@name}/documentation',
# :appledoc => ['--project-name', '#{@name}', # :appledoc => [
# '--project-name', '#{@name}',
# '--project-company', 'Company Name', # '--project-company', 'Company Name',
# '--company-id', 'com.company', # '--docset-copyright', copyright,
# '--ignore', 'Common', # '--ignore', 'Common',
# '--index-desc', 'readme.markdown', # '--index-desc', 'readme.markdown',
# '--ignore', '.m'] # '--no-keep-undocumented-objects',
# '--no-keep-undocumented-members',
# ]
} }
# Specify the license of the pod. # Specify the license of the pod.
......
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