swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: d13937116f1e82bf508a6325111b322c30c85eb9 authored by Linus Torvalds on 10 February 2019, 22:42:20 UTC
Linux 5.0-rc6
Tip revision: d139371
conf.py
# -*- coding: utf-8; mode: python -*-

project = 'Linux Kernel Crypto API'

tags.add("subproject")

latex_documents = [
    ('index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
     'The kernel development community', 'manual'),
]
back to top