Skip to content

Commit cae62f8

Browse files
committed
website update user's guide
1 parent 22167b6 commit cae62f8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

website/docs/user/_project/_content.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,13 @@ There are no C equivalents for the C++ definitions.
178178
An example demonstrating the usage of intrusive lists can be found in
179179
[tests/src/sample-test.cpp](https://github.com/micro-os-plus/utils-lists-xpack/blob/xpack/tests/src/sample-test.cpp).
180180
181-
Here are some excerpts:
181+
Presented below is a brief excerpt.
182+
183+
Points to consider:
184+
185+
- The method by which links are incorporated as a member of the object.
186+
- The necessity for this member to be declared public.
187+
- The elegant approach to specifying the type of the list through a C++ template.
182188
183189
```cpp
184190
#include <micro-os-plus/utils/lists.h>

0 commit comments

Comments
 (0)