ParamCommandComment
public struct ParamCommandComment: CommentA \param or \arg command that describes the function parameter (name, passing direction, description). For example:
\param [in] ParamName description.
- 
                  
                  Undocumented DeclarationSwift public let clang: CXComment
- 
                  
                  Retrieves the zero-based parameter index in the function prototype. DeclarationSwift public var index: Int
- 
                  
                  The direction this parameter is passed by. DeclarationSwift public var passDirection: ParamPassDirection
- 
                  
                  Retrieves the name of the declared parameter. DeclarationSwift public var name: String
- 
                  
                  Determine if this parameter is actually a valid parameter in the declared function DeclarationSwift public var isValidIndex: Bool
- 
                  
                  Determines if the parameter’s direction was explicitly stated in the function prototype. DeclarationSwift public var isExplicitDirection: Bool
 ParamCommandComment Structure Reference
        ParamCommandComment Structure Reference