{
    "content": [
        {
            "type": "text",
            "text": "# XML::DOM::Comment (perldoc)\n\n## NAME\n\nXML::DOM::Comment - An XML comment in XML::DOM\n\n## DESCRIPTION\n\nXML::DOM::Comment extends XML::DOM::CharacterData which extends XML::DOM::Node.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::DOM::Comment",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::DOM::Comment - An XML comment in XML::DOM",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::DOM::Comment - An XML comment in XML::DOM\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "XML::DOM::Comment extends XML::DOM::CharacterData which extends XML::DOM::Node.\n\nThis node represents the content of a comment, i.e., all the characters between the starting\n'<!--' and ending '-->'. Note that this is the definition of a comment in XML, and, in practice,\nHTML, although some HTML tools may implement the full SGML comment structure.\n",
                "subsections": []
            }
        }
    }
}