u-boot-brain/doc/DocBook/efi.tmpl
Heinrich Schuchardt 6b03cd107e efi_loader: DocBook comments for boot services
With 'make htmldocs' we can generate a documentation if the function
comments follow the DocBook conventions.

This patch adjusts the comments for EFI boot services and provides the
DocBook template for the EFI subsystem.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
2018-06-03 15:27:21 +02:00

18 lines
385 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
<book id="UBootEFI">
<bookinfo>
<title>The U-Boot EFI subsystem</title>
</bookinfo>
<toc></toc>
<chapter id="BootServices">
<title>Boot services</title>
!Ilib/efi_loader/efi_boottime.c
</chapter>
</book>