How to use the breathe.renderer.rst.doxygen.compound.RefTypeSubRenderer function in breathe

To help you get started, we’ve selected a few breathe examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cmake-basis / BASIS / src / sphinx / extensions / breathe / renderer / rst / doxygen / __init__.py View on Github external
def __call__(self, project_info, *args):

        compound_parser = self.parser_factory.create_compound_parser(project_info)
        return compoundrenderer.RefTypeSubRenderer(compound_parser, project_info, *args)
github TRIQS / triqs / doc / sphinxext / breathe / breathe / renderer / rst / doxygen / __init__.py View on Github external
def __call__(self, project_info, *args):

        compound_parser = self.parser_factory.create_compound_parser(project_info)
        return compoundrenderer.RefTypeSubRenderer(compound_parser, project_info, *args)