Parses tag text and creates a new tag with a key name and descriptive text
@param tag_name the name of the tag to parse @param [String] text the raw tag text @return [Tag] a tag object with the tag_name, name and text
values filled
Parses tag text and creates a new tag with formally declared types and
descriptive text
@param tag_name the name of the tag to parse @param [String] text the raw tag text @return [Tag] a tag object with the tag_name, types and text
values filled
Parses tag text and creates a new tag with formally declared types, a key
name and descriptive text
@param tag_name the name of the tag to parse @param [String] text the raw tag text @return [Tag] a tag object with the tag_name, name, types and
text values filled
Parses tag text and creates a new tag with formally declared types, a title
on the first line and descriptive text
@param tag_name the name of the tag to parse @param [String] text the raw tag text @return [Tag] a tag object with the tag_name, name, types and
text values filled