From da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:50:14 +0300 Subject: continue documentation --- common/pmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/pmem.c') 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? */ -- cgit v1.3