diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-05-11 18:15:41 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-06-03 15:27:21 +0200 |
commit | 6b03cd107ece1fb6c84ce9ef2958b6cc1563367c (patch) | |
tree | fe0105b80c970bfca56e26980780961421e698c5 /doc/DocBook/efi.tmpl | |
parent | 896019b18b0a6f9392fa234c082ef492e1630cc3 (diff) |
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>
Diffstat (limited to 'doc/DocBook/efi.tmpl')
-rw-r--r-- | doc/DocBook/efi.tmpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/DocBook/efi.tmpl b/doc/DocBook/efi.tmpl new file mode 100644 index 0000000000..5daaae382b --- /dev/null +++ b/doc/DocBook/efi.tmpl @@ -0,0 +1,17 @@ +<?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> |