From 45b51617a0e3513a453c20229e02fd8fc9fbbfe1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:53:47 +0300 Subject: use doxygen todo --- common/mem_regions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/mem_regions.c') diff --git a/common/mem_regions.c b/common/mem_regions.c index 7547ab4..11a167b 100644 --- a/common/mem_regions.c +++ b/common/mem_regions.c @@ -140,7 +140,7 @@ stat_t destroy_region(struct mem_region_root *r) { __destroy_region(sp_root(&r->free_regions)); __destroy_region(sp_root(&r->used_regions)); - /* \todo: error checking? */ + /** \todo error checking? */ return OK; } @@ -178,7 +178,7 @@ static struct mem_region *__create_region(vm_t start, vm_t end, return m; } -/* \todo: should probably check if this actually works :D seems to do, but that's +/** \todo should probably check if this actually works :D seems to do, but that's * just from really quick checking */ static size_t po_align(size_t s) { -- cgit v1.3