A package of support functions for dealing with NDMarkup.
The package doesn’t depend on any Natural Docs packages and is ready to use right away.
| NaturalDocs:: | A package of support functions for dealing with NDMarkup. |
| Functions | |
| ConvertAmpChars | Substitutes certain characters with their NDMarkup amp chars. |
| RestoreAmpChars | Replaces NDMarkup amp chars with their original symbols. |
sub ConvertAmpChars #( text )
Substitutes certain characters with their NDMarkup amp chars.
| text | The block of text to convert. |
The converted text block.
sub RestoreAmpChars #( text )
Replaces NDMarkup amp chars with their original symbols.
| text | The text to restore. |
The restored text.
Substitutes certain characters with their NDMarkup amp chars.
sub ConvertAmpChars #( text )
Replaces NDMarkup amp chars with their original symbols.
sub RestoreAmpChars #( text )