{
    "content": [
        {
            "type": "text",
            "text": "# RDoc::RDoc (ri)\n\n## Section Outline\n\n- **RDoc::RDoc < Object** (21 lines)\n- **Constants:** (10 lines)\n- **Class methods:** (5 lines)\n- **Instance methods:** (22 lines)\n- **Attributes:** (6 lines)\n\n## Full Content\n\n### RDoc::RDoc < Object\n\n(from gem rdoc-7.2.0)\n------------------------------------------------------------------------\nThis is the driver for generating RDoc output.  It handles file parsing\nand generation of output.\n\nTo use this class to generate RDoc output via the API, the recommended\nway is:\n\nrdoc = RDoc::RDoc.new\noptions = RDoc::Options.loadoptions # returns an RDoc::Options instance\n# set extra options\nrdoc.document options\n\nYou can also generate output like the rdoc executable:\n\nrdoc = RDoc::RDoc.new\nrdoc.document argv\n\nWhere argv is an array of strings, each corresponding to an argument\nyou'd give rdoc on the command line.  See rdoc --help for details.\n------------------------------------------------------------------------\n\n### Constants:\n\nGENERATORS:\nThis is the list of supported output generators\n\nTESTSUITEDIRECTORYNAMES:\nList of directory names skipped if test suites should be skipped\n\nUNCONDITIONALLYSKIPPEDDIRECTORIES:\nList of directory names always skipped\n\n### Class methods:\n\naddgenerator\ncurrent\ncurrent=\nnew\n\n### Instance methods:\n\ndocument\nerror\ngatherfiles\ngenerate\ngenerator\nhandlepipe\ninstallsiginfohandler\nlastmodified\nlistfilesindirectory\nnormalizedfilelist\noptions\noutputflagfile\nparsedotdocfile\nparsefile\nparsefiles\nremovesiginfohandler\nremoveunparseable\nsetupoutputdir\nstats\nstore\nupdateoutputdir\n\n### Attributes:\n\nattraccessor generator\nattraccessor options\nattraccessor store\nattrreader lastmodified\nattrreader stats\n\n"
        }
    ],
    "structuredContent": {
        "command": "RDoc::RDoc",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "RDoc::RDoc < Object",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 22,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 6,
                "subsections": []
            }
        ]
    }
}