Name
ccontext:TagEnd -- mark end of a tag
Synopsis
ccontext:TagEnd(tag_name$)
Function
Marks the end of the tag_name$ structure. See ccontext:TagBegin() for a list of tag names.

Invalid nesting of tags will cause the context to shutdown with a status of #CAIRO_STATUS_TAG_ERROR.

Inputs
tag_name$
tag name

Show TOC