doc: remove docbook

Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
Julian Orth 2026-01-31 11:59:10 +01:00
parent 7f7e2d50f2
commit d2931c68b3
70 changed files with 2 additions and 8974 deletions

View file

@ -9,11 +9,6 @@ import sys
# Custom configuration for each documentation format
doxygen_templates = {
'xml': [
'GENERATE_XML=YES\n',
'XML_OUTPUT={format}/{section}\n',
'INPUT= {files}\n',
],
'html': [
'GENERATE_HTML=YES\n',
'HTML_OUTPUT={format}/{section}\n',
@ -60,9 +55,9 @@ parser.add_argument('--section',
metavar='NAME',
default='Client')
parser.add_argument('--output-format',
help='The output format: xml, html, man',
help='The output format: html, man',
metavar='FORMAT',
default='xml')
default='html')
parser.add_argument('--stamp',
help='Stamp file to output',
metavar='STAMP_FILE',