HapDoc
v1.9.25
Github
Dark
Init autodocker module
def all_project_types() -> list[str]:
Returns all project types
def generate(
project_path: str,
config: dict[str, Type[ABCFileType]] = None,
ignore_list: list[str] = None,
document_type: str = 'py',
extend: list[str] = None,
output: str = 'docs'
) -> Iterable[tuple[int, int]]:
Runs filetypes
project_path
- path to the projectconfig
- config dictionaryignore_list
- list of file extensions that need to ignoredocument_type
- project document typeextend
- list of file extensions that need to includeoutput
- output directory