C# Class Monobjc.Tools.Generator.Parsers.CodeDom.Utilities.Comment_Extensions

Mostra file Open project: Monobjc/monobjc-tools

Public Methods

Method Description
GetParameterDescription ( this comments, String name ) : String
Trim ( this comment ) : String

Remove common tags from the comment.

Private Methods

Method Description
Trim ( String comment, String tag ) : string

Remove a tag from the given string.

Method Details

GetParameterDescription() public static method

public static GetParameterDescription ( this comments, String name ) : String
comments this
name String
return String

Trim() public static method

Remove common tags from the comment.
public static Trim ( this comment ) : String
comment this The comment.
return String