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/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/proc.c') diff --git a/common/proc.c b/common/proc.c index a660d68..9d74a86 100644 --- a/common/proc.c +++ b/common/proc.c @@ -27,7 +27,7 @@ stat_t init_proc(void *fdt) { init_tcbs(); - /* \todo: cleanup or something */ + /** \todo cleanup or something */ struct tcb *t = create_proc(NULL); if (!t) return ERR_OOMEM; -- cgit v1.3