C# Class ImportComments.CommentFormatting

Exibir arquivo Open project: dotnet/import-comments Class Usage Examples

Public Methods

Method Description
FormatInnerContent ( string innerXml ) : string
HasAnXmlTag ( string xml ) : bool

Private Methods

Method Description
BeginningOfTagIndex ( string s, int i ) : int
EndOfTagAndIsWithinLimit ( string s, int i, int limit ) : bool>.Tuple
GetSubstrings ( string s ) : List
GetSubstringsWithoutXMLTags ( string s ) : List
HandleTag ( string s, List substrings, int &start, int limit, int i ) : void
IsLongEnough ( int i, int lowerBound ) : bool
IsPunctuation ( char c ) : bool

Method Details

FormatInnerContent() public static method

public static FormatInnerContent ( string innerXml ) : string
innerXml string
return string

HasAnXmlTag() public static method

public static HasAnXmlTag ( string xml ) : bool
xml string
return bool