From 50c4b949eb82b670f76ba9e5b660c737281a5367 Mon Sep 17 00:00:00 2001 From: Tomasz Szulc Date: Wed, 15 Jul 2015 20:58:21 +0200 Subject: [PATCH] Update docs --- docs/framework/Classes.html | 9 +- docs/framework/Classes/Expression.html | 5 +- .../Classes/InequalityExpressionParser.html | 126 ++--------- .../InequalityExtendedExpressionParser.html | 51 +---- .../Classes/LocalizableFilesLoader.html | 5 +- docs/framework/Classes/Regex.html | 70 +++++- .../Classes/RegexExpressionParser.html | 5 +- .../Classes/SharedBaseExpression.html | 5 +- .../SharedExpressionsConfigurator.html | 5 +- .../Classes/SharedPolishExpression.html | 5 +- docs/framework/Classes/Swifternalization.html | 5 +- .../Classes/Swifternalization/Static.html | 5 +- docs/framework/Enums.html | 38 +--- docs/framework/Enums/ExpressionType.html | 25 +-- docs/framework/Enums/InequalitySign.html | 5 +- docs/framework/Enums/InternalPattern.html | 5 +- docs/framework/Enums/StringsFileType.html | 5 +- docs/framework/Enums/ValueType.html | 203 ------------------ docs/framework/Protocols.html | 5 +- .../Protocols/ExpressionMatcher.html | 5 +- .../framework/Protocols/ExpressionParser.html | 5 +- docs/framework/Protocols/KeyValue.html | 5 +- .../Protocols/SharedExpressionProtocol.html | 5 +- docs/framework/Structs.html | 12 +- .../Structs/InequalityExpressionMatcher.html | 69 +----- .../InequalityExtendedExpressionMatcher.html | 5 +- .../Structs/RegexExpressionMatcher.html | 5 +- docs/framework/Structs/SharedExpression.html | 5 +- docs/framework/Structs/TranslatablePair.html | 5 +- docs/framework/Typealiases.html | 7 +- .../Contents/Resources/Documents/Classes.html | 9 +- .../Documents/Classes/Expression.html | 5 +- .../Classes/InequalityExpressionParser.html | 126 ++--------- .../InequalityExtendedExpressionParser.html | 51 +---- .../Classes/LocalizableFilesLoader.html | 5 +- .../Resources/Documents/Classes/Regex.html | 70 +++++- .../Classes/RegexExpressionParser.html | 5 +- .../Classes/SharedBaseExpression.html | 5 +- .../SharedExpressionsConfigurator.html | 5 +- .../Classes/SharedPolishExpression.html | 5 +- .../Documents/Classes/Swifternalization.html | 5 +- .../Classes/Swifternalization/Static.html | 5 +- .../Contents/Resources/Documents/Enums.html | 38 +--- .../Documents/Enums/ExpressionType.html | 25 +-- .../Documents/Enums/InequalitySign.html | 5 +- .../Documents/Enums/InternalPattern.html | 5 +- .../Documents/Enums/StringsFileType.html | 5 +- .../Resources/Documents/Enums/ValueType.html | 203 ------------------ .../Resources/Documents/Protocols.html | 5 +- .../Protocols/ExpressionMatcher.html | 5 +- .../Documents/Protocols/ExpressionParser.html | 5 +- .../Documents/Protocols/KeyValue.html | 5 +- .../Protocols/SharedExpressionProtocol.html | 5 +- .../Contents/Resources/Documents/Structs.html | 12 +- .../Structs/InequalityExpressionMatcher.html | 69 +----- .../InequalityExtendedExpressionMatcher.html | 5 +- .../Structs/RegexExpressionMatcher.html | 5 +- .../Documents/Structs/SharedExpression.html | 5 +- .../Documents/Structs/TranslatablePair.html | 5 +- .../Resources/Documents/Typealiases.html | 7 +- .../Contents/Resources/Documents/index.html | 53 +++-- .../Contents/Resources/docSet.dsidx | Bin 57344 -> 53248 bytes docs/framework/docsets/Swifternalization.tgz | Bin 78599 -> 77162 bytes docs/framework/index.html | 53 +++-- docs/public/Classes.html | 2 +- docs/public/Classes/Swifternalization.html | 2 +- docs/public/Typealiases.html | 2 +- .../Contents/Resources/Documents/Classes.html | 2 +- .../Documents/Classes/Swifternalization.html | 2 +- .../Resources/Documents/Typealiases.html | 2 +- .../Contents/Resources/Documents/index.html | 50 ++--- .../docsets/Swifternalization Public API.tgz | Bin 50151 -> 49841 bytes docs/public/index.html | 50 ++--- gendocs.sh | 0 74 files changed, 378 insertions(+), 1260 deletions(-) delete mode 100644 docs/framework/Enums/ValueType.html delete mode 100644 docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/ValueType.html mode change 100644 => 100755 gendocs.sh diff --git a/docs/framework/Classes.html b/docs/framework/Classes.html index ee2295e..8db924d 100644 --- a/docs/framework/Classes.html +++ b/docs/framework/Classes.html @@ -76,9 +76,6 @@ - - - -
  • -
    - - - - valueType() - -
    -
    -
    -
    -
    -
    -

    Get ValueType. Finds only %d - Int is only one supported for now.

    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    private func valueType() -> ValueType?
    - -
    -
    -
    -

    Return Value

    -

    ValueType or nil if value cannot be found.

    - -
    -
    -
    -
  • @@ -333,9 +298,9 @@

    Return Value

  • - + - value() + value()
    @@ -350,7 +315,7 @@

    Return Value

    Declaration

    Swift

    -
    private func value() -> Int?
    +
    private func value() -> Double?
    @@ -376,9 +341,9 @@

    Helpers

  • - - - getValue(_:failureMessage:) + + + getValue(_:failureMessage:capturingGroupIdx:)
    @@ -393,7 +358,7 @@

    Helpers

    Declaration

    Swift

    -
    func getValue(regex: String, failureMessage: String) -> Int?
    +
    func getValue(regex: String, failureMessage: String, capturingGroupIdx: Int? = nil) -> Double?
    @@ -441,9 +406,9 @@

    Return Value

  • - - - getSign(_:failureMessage:) + + + getSign(_:failureMessage:capturingGroupIdx:)
    @@ -458,7 +423,7 @@

    Return Value

    Declaration

    Swift

    -
    func getSign(regex: String, failureMessage: String) -> InequalitySign?
    +
    func getSign(regex: String, failureMessage: String, capturingGroupIdx: Int? = nil) -> InequalitySign?
    @@ -503,77 +468,12 @@

    Return Value

  • -
  • -
    - - - - getValueType(_:failureMessage:) - -
    -
    -
    -
    -
    -
    -

    Get value type with regex and prints failure message if not found.

    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    func getValueType(regex: String, failureMessage: String) -> ValueType?
    - -
    -
    -
    -

    Parameters

    - - - - - - - - - - - -
    - - regex - - -
    -

    A regular expression.

    - -
    -
    - - failureMessage - - -
    -

    A message that is printed out in console on failure.

    - -
    -
    -
    -
    -

    Return Value

    -

    A value type or nil if value cannot be found.

    - -
    -
    -
    -
  • diff --git a/docs/framework/Classes/InequalityExtendedExpressionParser.html b/docs/framework/Classes/InequalityExtendedExpressionParser.html index c59bc42..fbe1c5f 100644 --- a/docs/framework/Classes/InequalityExtendedExpressionParser.html +++ b/docs/framework/Classes/InequalityExtendedExpressionParser.html @@ -77,9 +77,6 @@ - -
  • -
    - - - - valueType() - -
    -
    -
    -
    -
    -
    -

    Method parses value type.

    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    private func valueType() -> ValueType?
    - -
    -
    -
    -

    Return Value

    -

    A ValueType or nil if value cannot be found.

    - -
    -
    -
    -
  • @@ -334,9 +299,9 @@

    Return Value

  • - + - secondValue() + secondValue()
    @@ -351,7 +316,7 @@

    Return Value

    Declaration

    Swift

    -
    private func secondValue() -> Int?
    +
    private func secondValue() -> Double?
    @@ -368,7 +333,7 @@

    Return Value

    diff --git a/docs/framework/Classes/LocalizableFilesLoader.html b/docs/framework/Classes/LocalizableFilesLoader.html index b470720..01cbb70 100644 --- a/docs/framework/Classes/LocalizableFilesLoader.html +++ b/docs/framework/Classes/LocalizableFilesLoader.html @@ -77,9 +77,6 @@
  • - - - - - - - - - -
    -
      -
    • -
      - - - - ValueType - -
      -
      -
      -
      -
      -
      -

      Supported value types used by InequalityExpressionMatcher and -InequalityExtendedExpressionMatcher.

      - - See more -
      -
      -

      Declaration

      -
      -

      Swift

      -
      enum ValueType: String
      - -
      -
      -
      -
      -
    • -
    -
    diff --git a/docs/framework/Enums/ExpressionType.html b/docs/framework/Enums/ExpressionType.html index 7433d2b..8a0cb44 100644 --- a/docs/framework/Enums/ExpressionType.html +++ b/docs/framework/Enums/ExpressionType.html @@ -77,9 +77,6 @@ -
  • @@ -173,14 +170,14 @@

    ExpressionType

    -

    works on Int only, e.g. %d<5, %d=3

    +

    works on Int only, e.g. 4<x<10, 1<=x<18

    Declaration

    Swift

    -
    case Inequality = "ie"
    +
    case InequalityExtended = "iex"
    @@ -217,9 +214,9 @@

    Declaration

  • @@ -227,14 +224,14 @@

    Declaration

    -

    works on Int only, e.g. 4<%d<10, 1<=%d<18

    +

    works on Int only, e.g. x<5, x=3

    Declaration

    Swift

    -
    case InequalityExtended = "iex"
    +
    case Inequality = "ie"
    @@ -246,7 +243,7 @@

    Declaration

  • diff --git a/docs/framework/Enums/InequalitySign.html b/docs/framework/Enums/InequalitySign.html index 8d2ae63..671b6e5 100644 --- a/docs/framework/Enums/InequalitySign.html +++ b/docs/framework/Enums/InequalitySign.html @@ -77,9 +77,6 @@
  • - - - - - - - - - - diff --git a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/InequalityExtendedExpressionParser.html b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/InequalityExtendedExpressionParser.html index c59bc42..fbe1c5f 100644 --- a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/InequalityExtendedExpressionParser.html +++ b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/InequalityExtendedExpressionParser.html @@ -77,9 +77,6 @@ - -
  • -
    - - - - valueType() - -
    -
    -
    -
    -
    -
    -

    Method parses value type.

    - -
    -
    -

    Declaration

    -
    -

    Swift

    -
    private func valueType() -> ValueType?
    - -
    -
    -
    -

    Return Value

    -

    A ValueType or nil if value cannot be found.

    - -
    -
    -
    -
  • @@ -334,9 +299,9 @@

    Return Value

  • @@ -351,7 +316,7 @@

    Return Value

    Declaration

    Swift

    -
    private func secondValue() -> Int?
    +
    private func secondValue() -> Double?
    @@ -368,7 +333,7 @@

    Return Value

    diff --git a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/LocalizableFilesLoader.html b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/LocalizableFilesLoader.html index b470720..01cbb70 100644 --- a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/LocalizableFilesLoader.html +++ b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Classes/LocalizableFilesLoader.html @@ -77,9 +77,6 @@
  • - - - - - - - - - -
    -
      -
    • -
      - - - - ValueType - -
      -
      -
      -
      -
      -
      -

      Supported value types used by InequalityExpressionMatcher and -InequalityExtendedExpressionMatcher.

      - - See more -
      -
      -

      Declaration

      -
      -

      Swift

      -
      enum ValueType: String
      - -
      -
      -
      -
      -
    • -
    -
    diff --git a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/ExpressionType.html b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/ExpressionType.html index 7433d2b..8a0cb44 100644 --- a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/ExpressionType.html +++ b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/ExpressionType.html @@ -77,9 +77,6 @@ -
  • @@ -173,14 +170,14 @@

    ExpressionType

    -

    works on Int only, e.g. %d<5, %d=3

    +

    works on Int only, e.g. 4<x<10, 1<=x<18

    Declaration

    Swift

    -
    case Inequality = "ie"
    +
    case InequalityExtended = "iex"
    @@ -217,9 +214,9 @@

    Declaration

  • @@ -227,14 +224,14 @@

    Declaration

    -

    works on Int only, e.g. 4<%d<10, 1<=%d<18

    +

    works on Int only, e.g. x<5, x=3

    Declaration

    Swift

    -
    case InequalityExtended = "iex"
    +
    case Inequality = "ie"
    @@ -246,7 +243,7 @@

    Declaration

  • diff --git a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/InequalitySign.html b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/InequalitySign.html index 8d2ae63..671b6e5 100644 --- a/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/InequalitySign.html +++ b/docs/framework/docsets/Swifternalization.docset/Contents/Resources/Documents/Enums/InequalitySign.html @@ -77,9 +77,6 @@
  • - - - - - - - - - -