mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-28 07:58:44 -04:00
doc: remove docbook
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
7f7e2d50f2
commit
d2931c68b3
70 changed files with 2 additions and 8974 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue