# Functions
NewIDGenerator returns a function that generates unique integer IDs.
ParseXMLDocumentation parses a Go doc comment's content from C# XML docs.
ReplaceXMLLink attempts to convert an XML doc link to a Godoc one.
SanitizeIdentifier ensures that an identifier is valid for Go.
SlicesEqual checks if two slices have the same values.
StripParamRef removes the paramref tag from some text.
StripTag removes a specified tag from some text.