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
--- a/docs/src/features.md	Tue Jun 20 19:24:26 2023 +0200
+++ b/docs/src/features.md	Tue Jun 20 19:46:01 2023 +0200
@@ -0,0 +1,73 @@
+---
+title: UCX Features
+---
+
+<div id="modules">
+
+------------------------ -------------------------  -------------------  ---------------------------------
+[Allocator](#allocator)  [String](#string)          [Buffer](#buffer)    [Memory&nbsp;Pool](#memory-pool)
+[Iterator](#iterator)    [Collection](#collection)  [List](#list)        [Map](#map)
+[Utilities](#utilities)
+------------------------ -------------------------  -------------------  ---------------------------------
+
+</div>
+
+## Allocator
+
+*Header file:* [allocator.h](api/allocator_8h.html)  
+
+## String
+
+*Header file:* [string.h](api/string_8h.html)
+
+## Buffer
+
+*Header file:* [buffer.h](api/buffer_8h.html)  
+
+## Memory Pool
+
+*Header file:* [mempool.h](api/mempool_8h.html)  
+
+### Basic Memory Pool
+
+*Header file:* [basic_mempool.h](api/basic__mempool_8h.html)
+
+## Iterator
+
+*Header file:* [iterator.h](api/iterator_8h.html)
+
+## Collection
+
+*Header file:* [collection.h](api/collection_8h.html)
+
+## List
+
+*Header file:* [list.h](api/list_8h.html)
+
+### Linked List
+
+*Header file:* [linked_list.h](api/linked__list_8h.html)
+
+### Array List
+
+*Header file:* [array_list.h](api/array__list_8h.html)
+
+## Map
+
+*Header file:* [map.h](api/map_8h.html)
+
+### Hash Map
+
+*Header file:* [hash_map.h](api/hash__map_8h.html)
+
+## Utilities
+
+*Header file:* [utils.h](api/utils_8h.html)
+
+### Printf Functions
+
+*Header file:* [printf.h](api/printf_8h.html)
+
+### Compare Functions
+
+*Header file:* [compare.h](api/compare_8h.html)

mercurial