From: Simon Glass Date: Wed, 8 Sep 2021 13:33:52 +0000 (-0600) Subject: bloblist: Move to rST format X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=4d7bb45dc4ddb596e4b4ce6714884ddb0b757df8;p=u-boot.git bloblist: Move to rST format Move this documentation to the new format. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/README.bloblist b/doc/develop/bloblist.rst similarity index 97% rename from doc/README.bloblist rename to doc/develop/bloblist.rst index 274c460557..317ebc4919 100644 --- a/doc/README.bloblist +++ b/doc/develop/bloblist.rst @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0+ +.. SPDX-License-Identifier: GPL-2.0+ Blob Lists - bloblist ===================== @@ -39,7 +39,7 @@ Blob tags Each blob has a tag which is a 32-bit number. This uniquely identifies the owner of the blob. Blob tags are listed in enum blob_tag_t and are named -with a BLOBT_ prefix. +with a `BLOBT_` prefix. Single structure diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 83c929babd..2a32645cfd 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -9,6 +9,7 @@ Implementation .. toctree:: :maxdepth: 1 + bloblist ci_testing commands devicetree/index