aboutsummaryrefslogtreecommitdiff
path: root/core/container/intrusive/list
Commit message (Collapse)AuthorAgeFilesLines
* Render examples.Jeroen van Rijn2025-10-101-6/+4
|
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* Package lines for core:container.Jeroen van Rijn2025-10-091-2/+4
|
* Fix broken examples in documentation tester.Jeroen van Rijn2025-04-051-9/+9
| | | | | | | | | No more: ``` We could not find the procedure "pkg_foo_example :: proc()" needed to test the example created for "pkg.foo" The following procedures were found: bar() ```
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-6/+9
|
* Fixed grammar and expanded infoNicknEma2024-07-142-3/+10
| | | | Fixed points made by Jeroen.
* Simplify and fix doc examplesNicknEma2024-07-121-26/+6
| | | | | Remove unnecessary examples; fix compilation errors in the remaining ones
* Write doc comments in intrusive_list.odinNicknEma2024-07-121-2/+189
| | | | Write description, inputs/returns and some examples for each procedure
* Create doc.odinNicknEma2024-07-121-0/+39
| | | | Create a doc file with a brief of the package and an example program (copied from a discord message by laytan)
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Make procedures contextless where possiblegingerBill2023-09-121-11/+33
|
* Swap order of `prev` and `next`gingerBill2023-09-121-1/+1
|
* Add `core:container/intrusive/list`gingerBill2022-04-271-0/+173