lineage_kernel_xcoverpro/Documentation/driver-api/conf.py

11 lines
232 B
Python
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
# -*- coding: utf-8; mode: python -*-
project = "The Linux driver implementer's API guide"
tags.add("subproject")
latex_documents = [
('index', 'driver-api.tex', project,
'The kernel development community', 'manual'),
]