Home
last modified time | relevance | path

Searched refs:DefaultSection (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_docs.py14 DefaultSection, FunctionSynopsis, EnumSynopsis, FunctionParameterList, OptionDatabaseKeys, Level,
49 DefaultSection()
76 DefaultSection()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py27 DefaultSection, Synopsis, FunctionParameterList, OptionDatabaseKeys, Level, Notes, FortranNotes,
357 return Verdict.NOT_HEADING if isinstance(section, DefaultSection) else Verdict.IS_HEADING
417 if strict and isinstance(section, DefaultSection):
454 DefaultSection(),
1101 if isinstance(section_guess, DefaultSection):
H A D_doc_section.py30 class DefaultSection(SectionBase): class