Bladeren bron

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>
Simon Glass 2 jaren geleden
bovenliggende
commit
4d7bb45dc4
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 2 2
      doc/develop/bloblist.rst
  2. 1 0
      doc/develop/index.rst

+ 2 - 2
doc/README.bloblist → 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

+ 1 - 0
doc/develop/index.rst

@@ -9,6 +9,7 @@ Implementation
 .. toctree::
    :maxdepth: 1
 
+   bloblist
    ci_testing
    commands
    devicetree/index