Jim Schubert 644f720db8
[docs] Sorted doc outputs and clean up duplicated CliOptions (#5046)
* [config-help] Sort all outputs

* Remove old/stale generator docs (these have been renamed previously)

* Sort config doc outputs, making it easier to find relevant info

* Fixes cliOptions duplicates

Erlang client/proper improperly set the version option as packageName
(causing duplicate for packageName).

The java and swift option removals are because the options are added in
parent classes, resulting in duplication of the options.

* Add --github-nested-index for generating docs/generators/README.md

* 📝 Regenerate generator docs
2020-01-19 20:19:11 -05:00

2.4 KiB

title sidebar_label
Config Options for objc objc
Option Description Values Default
authorEmail Email to use in the podspec file. team@openapitools.org
authorName Name to use in the podspec file. OpenAPI
classPrefix prefix for generated classes (convention: Abbreviation of pod name e.g. HN for HackerNews).` OAI
coreData Should generate core data models false
gitRepoURL URL for the git repo where this podspec should point to. https://github.com/openapitools/openapi-generator
hideGenerationTimestamp Hides the generation timestamp when files are generated. true
podName cocoapods package name (convention: CameCase). OpenAPIClient
podVersion cocoapods package version. 1.0.0

IMPORT MAPPING

Type/Alias Imports

INSTANTIATION TYPES

Type/Alias Instantiated By
array NSMutableArray
map NSMutableDictionary

LANGUAGE PRIMITIVES

  • BOOL
  • NSData
  • NSDate
  • NSNumber
  • NSObject
  • NSString
  • NSURL
  • bool

RESERVED WORDS

  • _packed
  • authsettings
  • auto
  • bodyparam
  • break
  • case
  • cgfloat
  • char
  • class
  • const
  • continue
  • default
  • description
  • do
  • double
  • else
  • enum
  • extern
  • float
  • for
  • formparams
  • goto
  • headerparams
  • id
  • if
  • implementation
  • int
  • interface
  • localvarfiles
  • long
  • nonatomic
  • nsinteger
  • nsnumber
  • nsobject
  • pathparams
  • property
  • protocol
  • queryparams
  • readonly
  • readwrite
  • register
  • requestcontenttype
  • resourcepath
  • responsecontenttype
  • retain
  • return
  • short
  • signed
  • sizeof
  • static
  • strong
  • struct
  • switch
  • typedef
  • union
  • unsafe_unretained
  • unsigned
  • void
  • volatile
  • weak
  • while