Skip to content

Releases: zumo/djinni

Serialize class names in propagated comments

17 Aug 07:53
ffcdc1f
Compare
Choose a tag to compare

Bug Fix: Fix class names not being correctly serialized in method descriptions.

Serialize class names in propagated comments

11 Aug 13:55
9403227
Compare
Choose a tag to compare

Regex is used do detect patterns "@see class_name" and "@link class_name" and transform it to corresponding documentation formats:

  • @see currency_type:

    • @see CurrencyType (Java)
    • @see ZKCurrencyType (ObjectiveC)
  • @link currency_type:

    • {@link CurrencyType CurrencyType} (Java)
    • ZKCurrencyType (ObjectiveC)

Djinni Standalone JAR

12 Jun 09:55
Compare
Choose a tag to compare

Standalone JAR created via make djinni_jar command.