add empty sections to features.md

Tue, 20 Jun 2023 19:46:01 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 20 Jun 2023 19:46:01 +0200
changeset 720
f73adc75e50a
parent 719
034ec7abb83e
child 721
b79340dee0b4

add empty sections to features.md

docs/src/features.md file | annotate | diff | comparison | revisions
     1.1 --- a/docs/src/features.md	Tue Jun 20 19:24:26 2023 +0200
     1.2 +++ b/docs/src/features.md	Tue Jun 20 19:46:01 2023 +0200
     1.3 @@ -0,0 +1,73 @@
     1.4 +---
     1.5 +title: UCX Features
     1.6 +---
     1.7 +
     1.8 +<div id="modules">
     1.9 +
    1.10 +------------------------ -------------------------  -------------------  ---------------------------------
    1.11 +[Allocator](#allocator)  [String](#string)          [Buffer](#buffer)    [Memory&nbsp;Pool](#memory-pool)
    1.12 +[Iterator](#iterator)    [Collection](#collection)  [List](#list)        [Map](#map)
    1.13 +[Utilities](#utilities)
    1.14 +------------------------ -------------------------  -------------------  ---------------------------------
    1.15 +
    1.16 +</div>
    1.17 +
    1.18 +## Allocator
    1.19 +
    1.20 +*Header file:* [allocator.h](api/allocator_8h.html)  
    1.21 +
    1.22 +## String
    1.23 +
    1.24 +*Header file:* [string.h](api/string_8h.html)
    1.25 +
    1.26 +## Buffer
    1.27 +
    1.28 +*Header file:* [buffer.h](api/buffer_8h.html)  
    1.29 +
    1.30 +## Memory Pool
    1.31 +
    1.32 +*Header file:* [mempool.h](api/mempool_8h.html)  
    1.33 +
    1.34 +### Basic Memory Pool
    1.35 +
    1.36 +*Header file:* [basic_mempool.h](api/basic__mempool_8h.html)
    1.37 +
    1.38 +## Iterator
    1.39 +
    1.40 +*Header file:* [iterator.h](api/iterator_8h.html)
    1.41 +
    1.42 +## Collection
    1.43 +
    1.44 +*Header file:* [collection.h](api/collection_8h.html)
    1.45 +
    1.46 +## List
    1.47 +
    1.48 +*Header file:* [list.h](api/list_8h.html)
    1.49 +
    1.50 +### Linked List
    1.51 +
    1.52 +*Header file:* [linked_list.h](api/linked__list_8h.html)
    1.53 +
    1.54 +### Array List
    1.55 +
    1.56 +*Header file:* [array_list.h](api/array__list_8h.html)
    1.57 +
    1.58 +## Map
    1.59 +
    1.60 +*Header file:* [map.h](api/map_8h.html)
    1.61 +
    1.62 +### Hash Map
    1.63 +
    1.64 +*Header file:* [hash_map.h](api/hash__map_8h.html)
    1.65 +
    1.66 +## Utilities
    1.67 +
    1.68 +*Header file:* [utils.h](api/utils_8h.html)
    1.69 +
    1.70 +### Printf Functions
    1.71 +
    1.72 +*Header file:* [printf.h](api/printf_8h.html)
    1.73 +
    1.74 +### Compare Functions
    1.75 +
    1.76 +*Header file:* [compare.h](api/compare_8h.html)

mercurial