{
    "content": [
        {
            "type": "text",
            "text": "# RDoc::CrossReference (ri)\n\n## Section Outline\n\n- **RDoc::CrossReference < Object** (5 lines)\n- **Constants:** (30 lines)\n- **Class methods:** (2 lines)\n- **Instance methods:** (4 lines)\n- **Attributes:** (2 lines)\n\n## Full Content\n\n### RDoc::CrossReference < Object\n\n(from gem rdoc-7.2.0)\n------------------------------------------------------------------------\nRDoc::CrossReference is a reusable way to create cross references for\nnames.\n------------------------------------------------------------------------\n\n### Constants:\n\nALLCROSSREFREGEXP:\nVersion of CROSSREFREGEXP used when --hyperlink-all is specified.\n\nCLASSREGEXPSTR:\nRegular expression to match class references\n\n1. There can be a '' in front of text to suppress the cross-reference\n2. There can be a '::' in front of class names to reference from the\ntop-level namespace.\n3. The method can be followed by parenthesis (not recommended)\n\nCROSSREFREGEXP:\nRegular expressions matching text that should potentially have\ncross-reference links generated are passed to addregexphandling.\nNote that these expressions are meant to pick up text for which\ncross-references have been suppressed, since the suppression\ncharacters are removed by the code that is triggered.\n\nMETHODARGSREGEXPSTR:\nRegular expression to match method arguments.\n\nMETHODARGREGEXPSTR:\nRegular expression to match a single method argument.\n\nMETHODREGEXPSTR:\nRegular expression to match method references.\n\nSee CLASSREGEXPSTR\n\n### Class methods:\n\nnew\n\n### Instance methods:\n\nresolve\nresolvelocalsymbol\nseen\n\n### Attributes:\n\nattraccessor seen\n\n"
        }
    ],
    "structuredContent": {
        "command": "RDoc::CrossReference",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "RDoc::CrossReference < Object",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 30,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 2,
                "subsections": []
            }
        ]
    }
}