Skip to content

Commit b00d120

Browse files
committed
small fix for Coarse Provider html documentation
1 parent 5bf1b5e commit b00d120

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

scripts/docs_config/api.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ Coarse Provider
8484
------------------------------------------
8585

8686
A memory provider that can provide memory from:
87-
1) a given pre-allocated buffer (the fixed-size memory provider option) or
88-
2) from an additional upstream provider (e.g. provider that does not support the free() operation
89-
like the File memory provider or the DevDax memory provider - see below).
87+
88+
1) A given pre-allocated buffer (the fixed-size memory provider option) or
89+
2) From an additional upstream provider (e.g. provider that does not support
90+
the free() operation like the File memory provider or the DevDax memory
91+
provider - see below).
9092

9193
.. doxygenfile:: provider_coarse.h
9294
:sections: define enum typedef func var

0 commit comments

Comments
 (0)