diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
| commit | da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (patch) | |
| tree | 85323057da02893e351426c60f2c5cfd5603b428 /common/pmem.c | |
| parent | e30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff) | |
| download | kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip | |
continue documentation
Diffstat (limited to 'common/pmem.c')
| -rw-r--r-- | common/pmem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pmem.c b/common/pmem.c index e8aaba3..dae26ea 100644 --- a/common/pmem.c +++ b/common/pmem.c @@ -16,10 +16,10 @@ * certain page order and freeing it as another could easily be a * source of difficult to track bugs. * - * @todo More in depth documentation about the physical memory algorithms, + * \todo More in depth documentation about the physical memory algorithms, * unfortunately it is quite difficult to follow. * - * @todo See if there are improvements to be made, either to the implementation + * \todo See if there are improvements to be made, either to the implementation * or code in general. Could I use bitmaps, for example, and maybe calculate the * next pointer instead of storing it? */ |
