GIR

public class GIR

Representation of a GIR file

  • return the documentation for the given child nodes

    Declaration

    Swift

    public class func docs(children: LazySequence<AnySequence<XMLElement>>) -> String
  • return the documentation for the given child nodes

    Declaration

    Swift

    public class func deprecatedDocumentation(children: LazySequence<AnySequence<XMLElement>>) -> String?
  • return the documentation for the given child nodes

    Declaration

    Swift

    public class func documentation(name: String, children: LazySequence<AnySequence<XMLElement>>) -> String
  • return the method/function arguments for the given child nodes

    Declaration

    Swift

    public class func args(children: LazySequence<AnySequence<XMLElement>>) -> [Argument]
  • dump Swift code

    Declaration

    Swift

    public func dumpSwift() -> String