diff options
author | Simon Glass | 2021-09-08 07:33:52 -0600 |
---|---|---|
committer | Heinrich Schuchardt | 2021-09-11 11:02:02 +0200 |
commit | 4d7bb45dc4ddb596e4b4ce6714884ddb0b757df8 (patch) | |
tree | fd5109df58e54598fa192f42eb03ca088b775cd6 /doc | |
parent | 61902123d4952c521c617075026ce8aa5f0adc5e (diff) |
bloblist: Move to rST format
Move this documentation to the new format.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/develop/bloblist.rst (renamed from doc/README.bloblist) | 4 | ||||
-rw-r--r-- | doc/develop/index.rst | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.bloblist b/doc/develop/bloblist.rst index 274c4605571..317ebc4919d 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 83c929babda..2a32645cfd2 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 |